Created
April 19, 2014 07:03
-
-
Save dghubble/11076469 to your computer and use it in GitHub Desktop.
Android Gitignore
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
# Gradle Files | |
.gradle | |
.m2 | |
.gradletasknamecache | |
# Build output directories and files | |
target/ | |
build/ | |
Version.java | |
logcat.txt | |
# Eclipse specific files/directories | |
.classpath | |
.project | |
.settings | |
.metadata | |
bin/ | |
# IntelliJ specific files/directories | |
out | |
.idea | |
*.ipr | |
*.iws | |
*.iml | |
local.properties | |
# OSX | |
.DS_Store |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment