Skip to content

Instantly share code, notes, and snippets.

@vgaidarji
Created April 16, 2014 20:16
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 vgaidarji/10928493 to your computer and use it in GitHub Desktop.
Save vgaidarji/10928493 to your computer and use it in GitHub Desktop.
Common .gitignore file for Android project
# 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/
# Proguard folder generated by Intellij
proguard_logs/
# Intellij project files
*.iml
*.ipr
*.iws
.idea/
# Gradle files
.gradle/
*/build/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment