Created
May 9, 2015 05:17
-
-
Save boxme/2607eb4c76a119808ff0 to your computer and use it in GitHub Desktop.
Android Studio Project .gitignore gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*.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