Created
June 11, 2014 09:50
-
-
Save Qw4z1/8c1c056860f1e0d78ee4 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
# built application files | |
*.apk | |
*.ap_ | |
# files for the dex VM | |
*.dex | |
# Java class files | |
*.class | |
# generated files | |
bin/ | |
gen/ | |
# Local configuration file (sdk path, etc) | |
local.properties | |
# Eclipse project files | |
.classpath | |
.project | |
# Android Studio | |
.idea/ | |
.gradle | |
/*/local.properties | |
/*/out | |
/*/*/build | |
/*/*/production | |
*.iml | |
*.iws | |
*.ipr | |
*~ | |
*.swp | |
# Mac OSX | |
.DS_Store |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment