Skip to content

Instantly share code, notes, and snippets.

@pietrocaselani
Last active November 13, 2015 15:56
Show Gist options
  • Save pietrocaselani/3044429 to your computer and use it in GitHub Desktop.
Save pietrocaselani/3044429 to your computer and use it in GitHub Desktop.
Git ignore for Android
#Android generated
bin
gen
lint.xml
*.apk
# Android NDK
*.o
*.o.d
*_g
*.a
*.so
*.pinfo
*.gcno
*.bar
gdbserver
gdb.setup
libs
#Eclipse
.project
.classpath
.settings
.checkstyle
#IntelliJ IDEA
.idea
*.iml
*.ipr
*.iws
classes
gen-external-apklibs
#Maven
target
release.properties
pom.xml.*
#Ant
build.xml
ant.properties
local.properties
proguard.cfg
proguard-project.txt
#Other
.DS_Store
tmp
out
#Crashlytics
res/values/com_crashlytics_export_strings.xml
assets/crashlytics-build.properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment