Last active
October 22, 2017 18:34
-
-
Save hector6872/a8a0d484fe64415cec40 to your computer and use it in GitHub Desktop.
.gitignore
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 Dalvik VM | |
*.dex | |
# Java class files | |
*.class | |
# Generated files | |
bin/ | |
gen/ | |
.idea/* | |
*.iml | |
*.idea | |
# Gradle files | |
.gradle/ | |
build/ | |
# Local configuration file (sdk path, etc) | |
local.properties | |
# Proguard folder generated by Eclipse | |
proguard/ | |
# Log Files | |
*.log | |
# General | |
*.jks | |
/.project | |
/captures | |
.externalNativeBuild |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment