Created
April 27, 2017 09:48
-
-
Save nikartx/5f3566e545f97de285258e88586eb0ff to your computer and use it in GitHub Desktop.
Gitignore for Android
This file contains 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
# Android Studio | |
.gradle | |
/local.properties | |
.DS_Store | |
/build | |
/captures | |
app/build/ | |
gradle/ | |
*.iml | |
.idea | |
#built application files | |
*.apk | |
*.ap_ | |
# files for the dex VM | |
*.dex | |
# Package Files | |
*.jar | |
*.war | |
*.ear | |
*.csv | |
# Java class files | |
*.class | |
# generated files | |
bin/ | |
gen/ | |
# Local configuration file (sdk path, etc) | |
local.properties | |
# Windows thumbnail db | |
Thumbs.db | |
# Eclipse project files | |
.classpath | |
.project | |
#NDK | |
obj/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment