Skip to content

Instantly share code, notes, and snippets.

@antslava
Created November 12, 2012 07:32
Show Gist options
  • Save antslava/4058000 to your computer and use it in GitHub Desktop.
Save antslava/4058000 to your computer and use it in GitHub Desktop.
.gitignore template
#Android generated
bin
gen
lint.xml
#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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment