Created
March 15, 2016 18:37
-
-
Save gustavomdsantos/e3924d3d06605e75b3ad to your computer and use it in GitHub Desktop.
An adaptation of github/gitignore/Android.gitignore file with '.idea' folder being ignored. To use on your Android Studio project, download and rename it to ".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 Dalvik VM | |
*.dex | |
# Java class files | |
*.class | |
# Generated files | |
bin/ | |
gen/ | |
out/ | |
# Gradle files | |
.gradle/ | |
build/ | |
# Local configuration file (sdk path, etc) | |
local.properties | |
# Proguard folder generated by Eclipse | |
proguard/ | |
# Log Files | |
*.log | |
# Android Studio Navigation editor temp files | |
.navigation/ | |
# Android Studio captures folder | |
captures/ | |
# Intellij | |
.idea/ | |
*.iml | |
#Keystore files | |
*.jks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment