From 7c30186841edcc1ddcb07ecbeab1ca3cf6986e6d Mon Sep 17 00:00:00 2001 From: Muhammad Saifullah Khan Date: Tue, 24 Oct 2017 08:36:38 +0500 Subject: [PATCH] Updated .gitignore --- .gitignore | 64 ++++++++++++++++++++++++++++++++++++++++++++------ .idea/misc.xml | 2 +- .idea/vcs.xml | 6 +++++ 3 files changed, 64 insertions(+), 8 deletions(-) create mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index c6cbe56..c6cb15f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,58 @@ + +### Android template +# 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 -.DS_Store -/build -/captures +.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 + diff --git a/.idea/misc.xml b/.idea/misc.xml index 7e15d9d..b0a270f 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -27,7 +27,7 @@ - + diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file