From 49664627b6ca13d07a989a2a6aa9d1831646c6c3 Mon Sep 17 00:00:00 2001 From: Gavriil Sitnikov Date: Fri, 30 Jun 2017 17:37:10 +0300 Subject: [PATCH] gitignore update --- .gitignore | 48 +++++++----------------------------------------- 1 file changed, 7 insertions(+), 41 deletions(-) diff --git a/.gitignore b/.gitignore index 520a863..3ba0174 100644 --- a/.gitignore +++ b/.gitignore @@ -1,55 +1,21 @@ -# Built application files -*.apk -*.ap_ - -# Files for the ART/Dalvik VM -*.dex - -# Java class files -*.class - # Generated files bin/ gen/ -out/ +app/src/main/res/*/strings.xml # Gradle files .gradle/ build/ +/*/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 -.idea/workspace.xml -.idea/tasks.xml -.idea/gradle.xml -.idea/dictionaries -.idea/libraries - -# Keystore files -*.jks - -# External native build folder generated in Android Studio 2.2 and later -.externalNativeBuild - -# Google Services (e.g. APIs or Firebase) -google-services.json - -# Freeline -freeline.py -freeline/ -freeline_project_description.json +.gradle +.idea +.DS_Store +/captures +*.iml \ No newline at end of file