Skip to content

Instantly share code, notes, and snippets.

@smrehan6
Last active August 29, 2015 14:14
Show Gist options
  • Save smrehan6/1c99a1f2e241dfaa7376 to your computer and use it in GitHub Desktop.
Save smrehan6/1c99a1f2e241dfaa7376 to your computer and use it in GitHub Desktop.
The common .gitignore values for Android Projects
# Built application files
*.apk
*.ap_
# Files for the Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
# Gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
# Log Files
*.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment