From c540af3c862ee39689ab5dd4949c714f4d4cc1ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20Garc=C3=ADa=20Amor?= Date: Tue, 7 Feb 2017 09:12:44 +0100 Subject: [PATCH] Better .gitignore --- .gitignore | 49 +++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 41 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 054a0020..51ff651c 100644 --- a/.gitignore +++ b/.gitignore @@ -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