Skip to content

Instantly share code, notes, and snippets.

@Keshava11
Created November 1, 2014 08:10
Show Gist options
  • Save Keshava11/7b9eda92f7e4c6e0d0c1 to your computer and use it in GitHub Desktop.
Save Keshava11/7b9eda92f7e4c6e0d0c1 to your computer and use it in GitHub Desktop.
Simple .gitignore file for an Android project.
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build
# Built application files
*.apk
*.ap_
# Files for the Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
# Proguard folder generated by Eclipse
proguard/
# Log Files
*.log
*.iml
*/*.iml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment