Created
March 8, 2014 07:59
-
-
Save douo/9427014 to your computer and use it in GitHub Desktop.
.gitignore for android developer
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
# Mac | |
.DS_Store | |
# Android Studio | |
.idea/ | |
.gradle | |
/*/local.properties | |
/*/out | |
/*/*/build | |
/*/*/production | |
*.iml | |
*.iws | |
*.ipr | |
*~ | |
*.swp | |
# 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/ | |
# Eclipse project files | |
.classpath | |
.project | |
.settings/ | |
.externalToolBuilders/ | |
project.properties | |
lint.xml | |
build.xml | |
ant.properties | |
# Emacs | |
\#*# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment