Last active
August 14, 2016 13:58
-
-
Save JoaquimLey/4da49c33ce40ab1ea8404852266ac1d1 to your computer and use it in GitHub Desktop.
Pretty standard/complete .gitignore with focus on 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
# Local files | |
/local.properties | |
/build | |
/captures | |
# Built application files | |
*.apk | |
*.ap_ | |
# Files for the Dalvik VM | |
*.dex | |
# Java class files | |
*.class | |
# Generated files | |
bin/ | |
gen/ | |
# Gradle files | |
.gradle/ | |
./gradlew.bat | |
./gradlew | |
build/ | |
# Mirror files | |
mirror/ | |
# Local configuration file (sdk path, secret varables, etc) | |
local.properties | |
gradle.properties | |
google-services.json | |
# Proguard folder generated by Eclipse | |
proguard/ | |
# Intellij project files | |
*.iws | |
.idea/ | |
*.iml | |
# OS | |
.DS_Store |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment