Created
March 3, 2016 19:02
-
-
Save arjunu/ac310dd233f1304b8e12 to your computer and use it in GitHub Desktop.
Gitignore for Android Studio 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
# built application files | |
*.apk | |
*.ap_ | |
# files for the dex VM | |
*.dex | |
# Java class files | |
*.class | |
# built native files (uncomment if you build your own) | |
# *.o | |
# *.so | |
# generated files | |
bin/ | |
gen/ | |
# Ignore gradle files | |
*.iml | |
.gradle/ | |
build/ | |
# Local configuration file (sdk path, etc) | |
local.properties | |
# Proguard folder generated by Eclipse | |
proguard/ | |
# Eclipse Metadata | |
.metadata/ | |
# Mac OS X clutter | |
*.DS_Store | |
# Windows clutter | |
Thumbs.db | |
# Intellij IDEA (see https://intellij-support.jetbrains.com/entries/23393067) | |
.idea | |
.idea/workspace.xml | |
.idea/tasks.xml | |
.idea/datasources.xml | |
.idea/dataSources.ids | |
# Log Files | |
*.log | |
# Android Studio Navigation editor temp files | |
.navigation/ | |
# Android Studio captures folder | |
captures/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment