Last active
September 14, 2016 02:03
-
-
Save polbins/5261eb870df5606c119a to your computer and use it in GitHub Desktop.
My Android Studio Project .gitignore
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
# Built application files | |
*.apk | |
*.ap_ | |
# Files for the Dalvik VM | |
*.dex | |
# Java class files | |
*.class | |
# Generated files | |
bin/ | |
gen/ | |
out/ | |
# Gradle files | |
.gradle/ | |
build/ | |
gradle.properties | |
# Local configuration file (sdk path, etc) | |
local.properties | |
# Proguard folder generated by Eclipse | |
proguard/ | |
# Log Files | |
*.log | |
# Mac | |
*.DS_Store | |
# Android Studio | |
*.iml | |
.navigation/ | |
captures/ | |
# IntelliJ | |
*.iml | |
.idea/workspace.xml | |
.idea/libraries | |
# vim swap files | |
*.swp | |
*.swo | |
# Keystore | |
*.jks | |
# Android Patch | |
gen-external-apklibs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment