Skip to content

Instantly share code, notes, and snippets.

@xenogew
Created June 21, 2016 17:10
Show Gist options
  • Save xenogew/54117b0fa3f316f2c1eac3b759559e16 to your computer and use it in GitHub Desktop.
Save xenogew/54117b0fa3f316f2c1eac3b759559e16 to your computer and use it in GitHub Desktop.
Common gitignore file for Android project
# Built application files
*.apk
*.ap_
# Files for the Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
# Gradle files
.gradle/
build/
/*/build/
gradle/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
# Log Files
*.log
*.iml
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/captures
/.idea
workspace.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment