|
@@ -0,0 +1,96 @@
|
|
1
|
+# ---> Actionscript
|
|
2
|
+# Build and Release Folders
|
|
3
|
+bin/
|
|
4
|
+bin-debug/
|
|
5
|
+bin-release/
|
|
6
|
+[Oo]bj/ # FlashDevelop obj
|
|
7
|
+[Bb]in/ # FlashDevelop bin
|
|
8
|
+
|
|
9
|
+# Other files and folders
|
|
10
|
+.settings/
|
|
11
|
+
|
|
12
|
+# Executables
|
|
13
|
+*.swf
|
|
14
|
+*.air
|
|
15
|
+*.ipa
|
|
16
|
+*.apk
|
|
17
|
+
|
|
18
|
+# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
|
|
19
|
+# should NOT be excluded as they contain compiler settings and other important
|
|
20
|
+# information for Eclipse / Flash Builder.
|
|
21
|
+
|
|
22
|
+# ---> Android
|
|
23
|
+# Built application files
|
|
24
|
+*.apk
|
|
25
|
+*.ap_
|
|
26
|
+
|
|
27
|
+# Files for the ART/Dalvik VM
|
|
28
|
+*.dex
|
|
29
|
+
|
|
30
|
+# Java class files
|
|
31
|
+*.class
|
|
32
|
+
|
|
33
|
+# Generated files
|
|
34
|
+bin/
|
|
35
|
+gen/
|
|
36
|
+out/
|
|
37
|
+
|
|
38
|
+# Gradle files
|
|
39
|
+.gradle/
|
|
40
|
+build/
|
|
41
|
+
|
|
42
|
+# Local configuration file (sdk path, etc)
|
|
43
|
+local.properties
|
|
44
|
+
|
|
45
|
+# Proguard folder generated by Eclipse
|
|
46
|
+proguard/
|
|
47
|
+
|
|
48
|
+# Log Files
|
|
49
|
+*.log
|
|
50
|
+
|
|
51
|
+# Android Studio Navigation editor temp files
|
|
52
|
+.navigation/
|
|
53
|
+
|
|
54
|
+# Android Studio captures folder
|
|
55
|
+captures/
|
|
56
|
+
|
|
57
|
+# Intellij
|
|
58
|
+*.iml
|
|
59
|
+.idea/workspace.xml
|
|
60
|
+.idea/tasks.xml
|
|
61
|
+.idea/gradle.xml
|
|
62
|
+.idea/dictionaries
|
|
63
|
+.idea/libraries
|
|
64
|
+
|
|
65
|
+# Keystore files
|
|
66
|
+*.jks
|
|
67
|
+
|
|
68
|
+# External native build folder generated in Android Studio 2.2 and later
|
|
69
|
+.externalNativeBuild
|
|
70
|
+
|
|
71
|
+# Google Services (e.g. APIs or Firebase)
|
|
72
|
+google-services.json
|
|
73
|
+
|
|
74
|
+# Freeline
|
|
75
|
+freeline.py
|
|
76
|
+freeline/
|
|
77
|
+freeline_project_description.json
|
|
78
|
+
|
|
79
|
+# ---> Ada
|
|
80
|
+# Object file
|
|
81
|
+*.o
|
|
82
|
+
|
|
83
|
+# Ada Library Information
|
|
84
|
+*.ali
|
|
85
|
+
|
|
86
|
+# ---> Agda
|
|
87
|
+*.agdai
|
|
88
|
+
|
|
89
|
+# ---> Anjuta
|
|
90
|
+# Local configuration folder and symbol database
|
|
91
|
+/.anjuta/
|
|
92
|
+/.anjuta_sym_db.db
|
|
93
|
+
|
|
94
|
+# ---> Ansible
|
|
95
|
+*.retry
|
|
96
|
+
|