Better .gitignore

This commit is contained in:
Óscar García Amor 2017-02-07 09:12:44 +01:00
parent ccdb813800
commit c540af3c86
1 changed files with 41 additions and 8 deletions

49
.gitignore vendored
View File

@ -1,10 +1,43 @@
# Built application files
*.apk
*.ap_
# Files for the ART/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
*.iml
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
/.idea/encodings.xml
/.idea/misc.xml
.idea/workspace.xml
# Keystore files
*.jks
# MacOS files
.DS_Store
/build
/captures