Last active
December 18, 2015 23:08
-
-
Save lordofthelake/5859376 to your computer and use it in GitHub Desktop.
.gitignore for Android projects
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
*.pydevproject | |
.project | |
.metadata | |
bin/** | |
tmp/** | |
tmp/**/* | |
*.tmp | |
*.bak | |
*.swp | |
*~.nib | |
local.properties | |
.classpath | |
.settings/ | |
.loadpath | |
# External tool builders | |
.externalToolBuilders/ | |
# Locally stored "Eclipse launch configurations" | |
*.launch | |
# CDT-specific | |
.cproject | |
# PDT-specific | |
.buildpath | |
# Intellij project files | |
*.iml | |
*.ipr | |
*.iws | |
.idea/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment