Created
June 21, 2016 17:10
-
-
Save xenogew/54117b0fa3f316f2c1eac3b759559e16 to your computer and use it in GitHub Desktop.
Common gitignore file for Android project
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
# Built application files | |
*.apk | |
*.ap_ | |
# Files for the Dalvik VM | |
*.dex | |
# Java class files | |
*.class | |
# Generated files | |
bin/ | |
gen/ | |
# Gradle files | |
.gradle/ | |
build/ | |
/*/build/ | |
gradle/ | |
# Local configuration file (sdk path, etc) | |
local.properties | |
# Proguard folder generated by Eclipse | |
proguard/ | |
# Log Files | |
*.log | |
*.iml | |
/local.properties | |
/.idea/workspace.xml | |
/.idea/libraries | |
.DS_Store | |
/captures | |
/.idea | |
workspace.xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment