commit 3814bc10ae05765692dc6dcbf7f7164d3e1ff932 Author: mklkj Date: Sat Feb 4 19:17:29 2017 +0000 Add .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..d028d1251 --- /dev/null +++ b/.gitignore @@ -0,0 +1,46 @@ +# 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 +.idea/workspace.xml +.idea/tasks.xml +.idea/gradle.xml +.idea/libraries + +# Keystore files +*.jks + +# External native build folder generated in Android Studio 2.2 and later +.externalNativeBuild