Skip to content

Instantly share code, notes, and snippets.

@castorflex
Last active May 10, 2016 16:13
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save castorflex/6065817 to your computer and use it in GitHub Desktop.
Save castorflex/6065817 to your computer and use it in GitHub Desktop.
android .gitignore
# 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