Created
November 1, 2014 08:10
-
-
Save Keshava11/7b9eda92f7e4c6e0d0c1 to your computer and use it in GitHub Desktop.
Simple .gitignore file for an 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
.gradle | |
/local.properties | |
/.idea/workspace.xml | |
/.idea/libraries | |
.DS_Store | |
/build | |
# Built application files | |
*.apk | |
*.ap_ | |
# Files for the Dalvik VM | |
*.dex | |
# Java class files | |
*.class | |
# Generated files | |
bin/ | |
gen/ | |
# Proguard folder generated by Eclipse | |
proguard/ | |
# Log Files | |
*.log | |
*.iml | |
*/*.iml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment