|
@@ -0,0 +1,72 @@
|
|
1
|
+# ---> Actionscript
|
|
2
|
+# Build and Release Folders
|
|
3
|
+bin/
|
|
4
|
+bin-debug/
|
|
5
|
+bin-release/
|
|
6
|
+
|
|
7
|
+# Other files and folders
|
|
8
|
+.settings/
|
|
9
|
+
|
|
10
|
+# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
|
|
11
|
+# should NOT be excluded as they contain compiler settings and other important
|
|
12
|
+# information for Eclipse / Flash Builder.
|
|
13
|
+
|
|
14
|
+# ---> Android
|
|
15
|
+# Built application files
|
|
16
|
+*.apk
|
|
17
|
+*.ap_
|
|
18
|
+
|
|
19
|
+# Files for the Dalvik VM
|
|
20
|
+*.dex
|
|
21
|
+
|
|
22
|
+# Java class files
|
|
23
|
+*.class
|
|
24
|
+
|
|
25
|
+# Generated files
|
|
26
|
+bin/
|
|
27
|
+gen/
|
|
28
|
+
|
|
29
|
+# Gradle files
|
|
30
|
+.gradle/
|
|
31
|
+build/
|
|
32
|
+
|
|
33
|
+# Local configuration file (sdk path, etc)
|
|
34
|
+local.properties
|
|
35
|
+
|
|
36
|
+# Proguard folder generated by Eclipse
|
|
37
|
+proguard/
|
|
38
|
+
|
|
39
|
+# Log Files
|
|
40
|
+*.log
|
|
41
|
+
|
|
42
|
+# Android Studio Navigation editor temp files
|
|
43
|
+.navigation/
|
|
44
|
+
|
|
45
|
+# Android Studio captures folder
|
|
46
|
+captures/
|
|
47
|
+
|
|
48
|
+# ---> Anjuta
|
|
49
|
+# Local configuration folder and symbol database
|
|
50
|
+/.anjuta/
|
|
51
|
+/.anjuta_sym_db.db
|
|
52
|
+
|
|
53
|
+# ---> AppceleratorTitanium
|
|
54
|
+# Build folder and log file
|
|
55
|
+build/
|
|
56
|
+build.log
|
|
57
|
+
|
|
58
|
+# ---> ArchLinuxPackages
|
|
59
|
+*.tar
|
|
60
|
+*.tar.*
|
|
61
|
+*.jar
|
|
62
|
+*.exe
|
|
63
|
+*.msi
|
|
64
|
+*.zip
|
|
65
|
+*.tgz
|
|
66
|
+*.log
|
|
67
|
+*.log.*
|
|
68
|
+*.sig
|
|
69
|
+
|
|
70
|
+pkg/
|
|
71
|
+src/
|
|
72
|
+
|