Created
October 27, 2013 20:13
-
-
Save rnkoaa/7187348 to your computer and use it in GitHub Desktop.
a gitignore for android build using intellij and eclipse
This file contains hidden or 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
# intellij files | |
*.iml | |
*.idea/ | |
# gradle build folder | |
.gradle/ | |
# application files | |
*.apk | |
*.ap_ | |
#build folders | |
build/ | |
gen/ | |
bin/ | |
target/ | |
# files foridex VM | |
*.dex | |
#local configuration files | |
local.properties | |
*.swp | |
*.*~ | |
*.classpath | |
.settings/ | |
.loadpath |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment