Skip to content

Instantly share code, notes, and snippets.

@prongs
Created December 27, 2012 13:39
Show Gist options
  • Save prongs/4388441 to your computer and use it in GitHub Desktop.
Save prongs/4388441 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/*
!bin/*.apk
gen/
# Local configuration file (sdk path, etc)
local.properties
# Eclipse project files
.classpath
.project
# Proguard folder generated by Eclipse
proguard/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment