| ... | ... |
@@ -0,0 +1,94 @@ |
| 1 |
+# Built application files |
|
| 2 |
+/*/build/ |
|
| 3 |
+ |
|
| 4 |
+# Crashlytics configuations |
|
| 5 |
+com_crashlytics_export_strings.xml |
|
| 6 |
+ |
|
| 7 |
+# Local configuration file (sdk path, etc) |
|
| 8 |
+local.properties |
|
| 9 |
+ |
|
| 10 |
+# Gradle generated files |
|
| 11 |
+.gradle/ |
|
| 12 |
+ |
|
| 13 |
+# Signing files |
|
| 14 |
+.signing/ |
|
| 15 |
+ |
|
| 16 |
+# User-specific configurations |
|
| 17 |
+.idea/libraries/ |
|
| 18 |
+.idea/workspace.xml |
|
| 19 |
+.idea/tasks.xml |
|
| 20 |
+.idea/.name |
|
| 21 |
+.idea/compiler.xml |
|
| 22 |
+.idea/copyright/profiles_settings.xml |
|
| 23 |
+.idea/encodings.xml |
|
| 24 |
+.idea/misc.xml |
|
| 25 |
+.idea/modules.xml |
|
| 26 |
+.idea/scopes/scope_settings.xml |
|
| 27 |
+.idea/vcs.xml |
|
| 28 |
+*.iml |
|
| 29 |
+ |
|
| 30 |
+# OS-specific files |
|
| 31 |
+.DS_Store |
|
| 32 |
+.DS_Store? |
|
| 33 |
+._* |
|
| 34 |
+.Spotlight-V100 |
|
| 35 |
+.Trashes |
|
| 36 |
+ehthumbs.db |
|
| 37 |
+Thumbs.db |
|
| 38 |
+ |
|
| 39 |
+# Built application files |
|
| 40 |
+*.apk |
|
| 41 |
+*.ap_ |
|
| 42 |
+ |
|
| 43 |
+# Files for the ART/Dalvik VM |
|
| 44 |
+*.dex |
|
| 45 |
+ |
|
| 46 |
+# Java class files |
|
| 47 |
+*.class |
|
| 48 |
+ |
|
| 49 |
+# Generated files |
|
| 50 |
+bin/ |
|
| 51 |
+gen/ |
|
| 52 |
+out/ |
|
| 53 |
+ |
|
| 54 |
+# Gradle files |
|
| 55 |
+.gradle/ |
|
| 56 |
+build/ |
|
| 57 |
+ |
|
| 58 |
+# Local configuration file (sdk path, etc) |
|
| 59 |
+local.properties |
|
| 60 |
+ |
|
| 61 |
+# Proguard folder generated by Eclipse |
|
| 62 |
+proguard/ |
|
| 63 |
+ |
|
| 64 |
+# Log Files |
|
| 65 |
+*.log |
|
| 66 |
+ |
|
| 67 |
+# Android Studio Navigation editor temp files |
|
| 68 |
+.navigation/ |
|
| 69 |
+ |
|
| 70 |
+# Android Studio captures folder |
|
| 71 |
+captures/ |
|
| 72 |
+ |
|
| 73 |
+# Intellij |
|
| 74 |
+*.iml |
|
| 75 |
+.idea/workspace.xml |
|
| 76 |
+.idea/tasks.xml |
|
| 77 |
+.idea/gradle.xml |
|
| 78 |
+.idea/dictionaries |
|
| 79 |
+.idea/libraries |
|
| 80 |
+ |
|
| 81 |
+# Keystore files |
|
| 82 |
+*.jks |
|
| 83 |
+ |
|
| 84 |
+# External native build folder generated in Android Studio 2.2 and later |
|
| 85 |
+.externalNativeBuild |
|
| 86 |
+ |
|
| 87 |
+# Google Services (e.g. APIs or Firebase) |
|
| 88 |
+google-services.json |
|
| 89 |
+ |
|
| 90 |
+# Freeline |
|
| 91 |
+freeline.py |
|
| 92 |
+freeline/ |
|
| 93 |
+freeline_project_description.json |
|
| 94 |
+ |