Skip to content

Instantly share code, notes, and snippets.

@alfongj
Last active August 29, 2015 14:19
Show Gist options
  • Save alfongj/1b622f5799c9628fcc2e to your computer and use it in GitHub Desktop.
Save alfongj/1b622f5799c9628fcc2e to your computer and use it in GitHub Desktop.
Android .gitignore
# Android studio crap
**/.idea/workspace.xml **/.idea/tasks.xml
.idea/workspace.xml
.idea/tasks.xml
.idea/datasources.xml
.idea/dataSources.ids
.idea/libraries/
# Mac crap
.DS_Store
# Windows crap
Thumbs.db
# Built application files
*.apk
*.ap_
# Files for the Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
# Gradle files
.gradle/
build/
**/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