Created
December 10, 2015 09:48
-
-
Save alexoro/20f03356f96ab35d3277 to your computer and use it in GitHub Desktop.
Gitignore for Android
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 | |
/.idea/libraries | |
.DS_Store | |
/build | |
/captures | |
# Built application files | |
*.apk | |
*.ap_ | |
# Files for the dex VM | |
*.dex | |
# Java class files | |
*.class | |
# Generated files | |
bin/ | |
gen/ | |
out/ | |
# Gradle files | |
.gradle/ | |
build/ | |
# Ignore Gradle GUI sdkManagerConfig | |
gradle-app.setting | |
# Local configuration file (sdk path, etc) | |
local.properties | |
android-support-v4.jar.properties | |
# Proguard folder generated by Eclipse | |
proguard/ | |
# File caches | |
.DS_Store | |
Thumbs.db | |
ehthumbs.db | |
Desktop.ini | |
# Recycle Bin used on file shares | |
$RECYCLE.BIN/ | |
# Windows shortcuts | |
*.lnk | |
# Idea non-crucial project files | |
*.idea | |
*.iws | |
*.iml | |
*.ipr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment