Last active
August 29, 2015 14:01
-
-
Save scottyab/8e2a7bdca19a600b8aa4 to your computer and use it in GitHub Desktop.
My .gitignore file for Android development
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
# gimpy mac thingy | |
.DS_Store | |
# IDEA Ignores | |
*.iml | |
*.ipr | |
*.iws | |
.idea/ | |
# Local configuration file (sdk path, etc) | |
local.properties | |
#used for signing config | |
/signing.properties | |
# Built application files | |
*.apk | |
*.ap_ | |
# Files for the Dalvik VM | |
*.dex | |
# Java class files | |
*.class | |
# Generated files | |
bin/ | |
gen/ | |
# Gradle files | |
.gradle/ | |
build/ | |
# Proguard folder generated by Eclipse | |
proguard/ | |
#Log Files | |
*.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment