Skip to content

Instantly share code, notes, and snippets.

@yyunikov
Created October 26, 2014 16:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yyunikov/bc6eae005176f59d0e60 to your computer and use it in GitHub Desktop.
Save yyunikov/bc6eae005176f59d0e60 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/
# Gradle files
.gradle/
build/
# Temporary files
*~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment