Created
December 17, 2013 03:23
-
-
Save gelitenight/7999522 to your computer and use it in GitHub Desktop.
.gitignore for android project
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
# Eclipse | |
.project | |
.classpath | |
.settings | |
.checkstyle | |
# IntelliJ IDEA | |
.idea | |
*.iml | |
*.ipr | |
*.iws | |
classes | |
gen-external-apklibs | |
# Gradle | |
.gradle | |
build | |
# Maven | |
target | |
release.properties | |
pom.xml.* | |
# Ant | |
bin | |
gen | |
local.properties | |
# Other | |
.DS_Store | |
tmp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment