Last active
May 10, 2016 16:13
-
-
Save castorflex/6065817 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
# Eclipse | |
.project | |
.classpath | |
.settings | |
.checkstyle | |
# IntelliJ IDEA | |
.idea | |
*.iml | |
*.ipr | |
*.iws | |
classes | |
gen-external-apklibs | |
# Gradle | |
.gradle | |
build | |
# Maven | |
target | |
release.properties | |
pom.xml.* | |
# Ant | |
bin | |
gen | |
build.xml | |
ant.properties | |
local.properties | |
proguard-project.txt | |
#Crashlytics | |
.crashlytics_data | |
com_crashlytics_export_strings.xml | |
# Other | |
out/ | |
.DS_Store | |
tmp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment