Skip to content

Instantly share code, notes, and snippets.

@lucamtudor
Created January 10, 2014 23:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save lucamtudor/8364415 to your computer and use it in GitHub Desktop.
Save lucamtudor/8364415 to your computer and use it in GitHub Desktop.
Android .gitignore, both for Eclipse ADT and Android Studio/Intellij IDEA based projects.
# OSX files
.DS_Store
# Ignore gradle files
.gradle
.gradletasknamecache
# generated files
bin/
gen/
build/
# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# Local configuration file (sdk path, etc)
local.properties
# Eclipse project files
.classpath
.project
# Proguard folder generated by Eclipse
proguard/
# Intellij project files
*.iml
*.ipr
*.iws
.idea/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment