Created
October 14, 2014 15:48
-
-
Save ejcer/3963a80056ca84889dbd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.gradle | |
/local.properties | |
/.idea/workspace.xml | |
.DS_Store | |
# Built application files | |
*.apk | |
*.ap_ | |
# Files for the Dalvik VM | |
*.dex | |
# Java class files | |
*.class | |
# Generated files | |
bin/ | |
gen/ | |
# Mobile Tools for Java (J2ME) | |
.mtj.tmp/ | |
# Windows thumbnail db | |
Thumbs.db | |
# OSX files | |
.DS_Store | |
# Eclipse project files | |
.classpath | |
.project | |
# Gradle files | |
.gradle/ | |
build/ | |
# Built application files | |
/*/build/ | |
# Signing files | |
.signing/ | |
# Local configuration file (sdk path, etc) | |
local.properties | |
# Proguard folder generated by Eclipse | |
proguard/ | |
# Log Files | |
*.log | |
# Android Studio | |
.idea/* | |
.idea | |
.idea/libraries/ | |
.idea/workspace.xml | |
.idea/tasks.xml | |
.idea/.name | |
.idea/compiler.xml | |
.idea/copyright/profiles_settings.xml | |
.idea/encodings.xml | |
.idea/misc.xml | |
.idea/modules.xml | |
.idea_modules/ | |
.idea/scopes/scope_settings.xml | |
.idea/vcs.xml | |
*.iml | |
.idea/dataSources.ids | |
.idea/dataSources.xml | |
.idea/sqlDataSources.xml | |
.idea/dynamic.xml | |
.DS_Store? | |
._* | |
.Spotlight-V100 | |
.Trashes | |
ehthumbs.db | |
Thumbs.db | |
## File-based project format | |
*.ipr | |
*.iws | |
*.iml | |
app.iml | |
## Additional for IntelliJ | |
out/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment