Last active
August 29, 2015 14:03
-
-
Save kzim44/0a5351a380f1970c54eb to your computer and use it in GitHub Desktop.
.gitignore file for android studio
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
# Mac OS X clutter | |
*.DS_Store | |
# Windows clutter | |
Thumbs.db | |
# 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 | |
# Gradle files | |
.gradle/ | |
build/ | |
# Eclipse project files | |
.classpath | |
.project | |
# Proguard folder generated by Eclipse | |
proguard/ | |
# Intellij project files | |
*.iws | |
.idea/workspace.xml | |
.idea/tasks.xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment