Created
April 28, 2015 07:14
-
-
Save tgirard12/c829ae16350095666309 to your computer and use it in GitHub Desktop.
Android .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
# | |
/captures | |
# Built application files | |
*.apk | |
*.ap_ | |
# Files for the Dalvik VM | |
*.dex | |
# Java class files | |
*.class | |
# Generated files | |
bin/ | |
gen/ | |
# Gradle files | |
.gradle/ | |
build/ | |
# Local configuration file (sdk path, etc) | |
local.properties | |
# Proguard folder generated by Eclipse | |
proguard/ | |
# Log Files | |
*.log | |
# Windows thumbnail db | |
Thumbs.db | |
# OSX files | |
.DS_Store | |
# Eclipse project files | |
.classpath | |
.project | |
# Android Studio | |
.idea | |
*.iml | |
.gradle | |
build/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment