Skip to content

Instantly share code, notes, and snippets.

@boxme
Created May 9, 2015 05:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save boxme/2607eb4c76a119808ff0 to your computer and use it in GitHub Desktop.
Save boxme/2607eb4c76a119808ff0 to your computer and use it in GitHub Desktop.
Android Studio Project .gitignore gist
*.iml
# generated files
bin/
gen/
# Ignore gradle files
.gradle
build/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
# Eclipse Metadata
.metadata/
# Mac OS X clutter
*.DS_Store
# Windows clutter
Thumbs.db
# Intellij IDEA (see https://intellij-support.jetbrains.com/entries/23393067)
/.idea
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment