Skip to content

Instantly share code, notes, and snippets.

@stormzhang
Last active December 26, 2015 09:39
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save stormzhang/7131452 to your computer and use it in GitHub Desktop.
Save stormzhang/7131452 to your computer and use it in GitHub Desktop.
# 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/
# Ignore gradle files
.gradle/
build/
# Eclipse project files
.classpath
.project
.settings/
# Intellij project files
*.iml
*.ipr
*.iws
.idea/
# Mac system files
.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment