Skip to content

Instantly share code, notes, and snippets.

@derekbrameyer
Last active December 25, 2015 00:49
Show Gist options
  • Save derekbrameyer/6891069 to your computer and use it in GitHub Desktop.
Save derekbrameyer/6891069 to your computer and use it in GitHub Desktop.
Android .gitignore
# 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
# Eclipse project files
.classpath
.project
# Proguard folder generated by Eclipse
proguard/
# Intellij project files
*.iml
*.ipr
*.iws
.idea/
.gitignore~
.DS_STORE
.settings/
target/
classes/
gen-external-apklibs/
out/
tmp/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment