|
@@ -0,0 +1,68 @@
|
|
1
|
+# ---> Ada
|
|
2
|
+# Object file
|
|
3
|
+*.o
|
|
4
|
+
|
|
5
|
+# Ada Library Information
|
|
6
|
+*.ali
|
|
7
|
+
|
|
8
|
+# ---> AppEngine
|
|
9
|
+# Google App Engine generated folder
|
|
10
|
+appengine-generated/
|
|
11
|
+
|
|
12
|
+# ---> Android
|
|
13
|
+# Built application files
|
|
14
|
+*.apk
|
|
15
|
+*.ap_
|
|
16
|
+
|
|
17
|
+# Files for the ART/Dalvik VM
|
|
18
|
+*.dex
|
|
19
|
+
|
|
20
|
+# Java class files
|
|
21
|
+*.class
|
|
22
|
+
|
|
23
|
+# Generated files
|
|
24
|
+bin/
|
|
25
|
+gen/
|
|
26
|
+out/
|
|
27
|
+
|
|
28
|
+# Gradle files
|
|
29
|
+.gradle/
|
|
30
|
+build/
|
|
31
|
+
|
|
32
|
+# Local configuration file (sdk path, etc)
|
|
33
|
+local.properties
|
|
34
|
+
|
|
35
|
+# Proguard folder generated by Eclipse
|
|
36
|
+proguard/
|
|
37
|
+
|
|
38
|
+# Log Files
|
|
39
|
+*.log
|
|
40
|
+
|
|
41
|
+# Android Studio Navigation editor temp files
|
|
42
|
+.navigation/
|
|
43
|
+
|
|
44
|
+# Android Studio captures folder
|
|
45
|
+captures/
|
|
46
|
+
|
|
47
|
+# Intellij
|
|
48
|
+*.iml
|
|
49
|
+.idea/workspace.xml
|
|
50
|
+.idea/tasks.xml
|
|
51
|
+.idea/gradle.xml
|
|
52
|
+.idea/dictionaries
|
|
53
|
+.idea/libraries
|
|
54
|
+
|
|
55
|
+# Keystore files
|
|
56
|
+*.jks
|
|
57
|
+
|
|
58
|
+# External native build folder generated in Android Studio 2.2 and later
|
|
59
|
+.externalNativeBuild
|
|
60
|
+
|
|
61
|
+# Google Services (e.g. APIs or Firebase)
|
|
62
|
+google-services.json
|
|
63
|
+
|
|
64
|
+# Freeline
|
|
65
|
+freeline.py
|
|
66
|
+freeline/
|
|
67
|
+freeline_project_description.json
|
|
68
|
+
|