Last active
December 25, 2015 22:59
-
-
Save plastiv/7053530 to your computer and use it in GitHub Desktop.
Android .gitignore file for projects folder.
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
# | |
# https://gist.github.com/plastiv/7053530 | |
# | |
# Base configuration taken from https://github.com/github/gitignore/blob/master/Android.gitignore | |
# | |
# Eclipse project files | |
.classpath | |
.project | |
.settings/ | |
.metadata/ | |
*.log | |
# Eclipse generated files | |
bin/ | |
gen/ | |
.apt_generated/ | |
proguard/ | |
# Intellij project files | |
*.iml | |
*.ipr | |
*.iws | |
.idea/**/* | |
!.idea/codeStyleSettings.xml | |
# Gradle | |
.gradle/ | |
build/ | |
.signing/ | |
# Local configuration file (sdk path, etc) | |
local.properties |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment