Skip to content

Instantly share code, notes, and snippets.

@tfogo
Last active December 21, 2015 12:38
Show Gist options
  • Save tfogo/6306846 to your computer and use it in GitHub Desktop.
Save tfogo/6306846 to your computer and use it in GitHub Desktop.
Android .gitignore based on Github's useful gitignore repo (https://github.com/github/gitignore). This file does not ignore .project or .classpath files.
# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
gen/
# Local configuration file (sdk path, etc)
local.properties
# 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