|
@@ -0,0 +1,61 @@
|
|
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
|
+# ---> AppEngine
|
|
15
|
+# Google App Engine generated folder
|
|
16
|
+appengine-generated/
|
|
17
|
+
|
|
18
|
+# ---> ArchLinuxPackages
|
|
19
|
+*.tar
|
|
20
|
+*.tar.*
|
|
21
|
+*.jar
|
|
22
|
+*.exe
|
|
23
|
+*.msi
|
|
24
|
+*.zip
|
|
25
|
+*.tgz
|
|
26
|
+*.log
|
|
27
|
+*.log.*
|
|
28
|
+*.sig
|
|
29
|
+
|
|
30
|
+pkg/
|
|
31
|
+src/
|
|
32
|
+
|
|
33
|
+# ---> Archives
|
|
34
|
+# It's better to unpack these files and commit the raw source because
|
|
35
|
+# git has its own built in compression methods.
|
|
36
|
+*.7z
|
|
37
|
+*.jar
|
|
38
|
+*.rar
|
|
39
|
+*.zip
|
|
40
|
+*.gz
|
|
41
|
+*.bzip
|
|
42
|
+*.bz2
|
|
43
|
+*.xz
|
|
44
|
+*.lzma
|
|
45
|
+*.cab
|
|
46
|
+
|
|
47
|
+#packing-only formats
|
|
48
|
+*.iso
|
|
49
|
+*.tar
|
|
50
|
+
|
|
51
|
+#package management formats
|
|
52
|
+*.dmg
|
|
53
|
+*.xpi
|
|
54
|
+*.gem
|
|
55
|
+*.egg
|
|
56
|
+*.deb
|
|
57
|
+*.rpm
|
|
58
|
+*.msi
|
|
59
|
+*.msm
|
|
60
|
+*.msp
|
|
61
|
+
|