|
@@ -0,0 +1,185 @@
|
|
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
|
+# ---> Ada
|
|
23
|
+# Object file
|
|
24
|
+*.o
|
|
25
|
+
|
|
26
|
+# Ada Library Information
|
|
27
|
+*.ali
|
|
28
|
+
|
|
29
|
+# ---> Agda
|
|
30
|
+*.agdai
|
|
31
|
+
|
|
32
|
+# ---> Android
|
|
33
|
+# Built application files
|
|
34
|
+*.apk
|
|
35
|
+*.ap_
|
|
36
|
+
|
|
37
|
+# Files for the ART/Dalvik VM
|
|
38
|
+*.dex
|
|
39
|
+
|
|
40
|
+# Java class files
|
|
41
|
+*.class
|
|
42
|
+
|
|
43
|
+# Generated files
|
|
44
|
+bin/
|
|
45
|
+gen/
|
|
46
|
+out/
|
|
47
|
+
|
|
48
|
+# Gradle files
|
|
49
|
+.gradle/
|
|
50
|
+build/
|
|
51
|
+
|
|
52
|
+# Local configuration file (sdk path, etc)
|
|
53
|
+local.properties
|
|
54
|
+
|
|
55
|
+# Proguard folder generated by Eclipse
|
|
56
|
+proguard/
|
|
57
|
+
|
|
58
|
+# Log Files
|
|
59
|
+*.log
|
|
60
|
+
|
|
61
|
+# Android Studio Navigation editor temp files
|
|
62
|
+.navigation/
|
|
63
|
+
|
|
64
|
+# Android Studio captures folder
|
|
65
|
+captures/
|
|
66
|
+
|
|
67
|
+# Intellij
|
|
68
|
+*.iml
|
|
69
|
+.idea/workspace.xml
|
|
70
|
+.idea/tasks.xml
|
|
71
|
+.idea/gradle.xml
|
|
72
|
+.idea/dictionaries
|
|
73
|
+.idea/libraries
|
|
74
|
+
|
|
75
|
+# Keystore files
|
|
76
|
+*.jks
|
|
77
|
+
|
|
78
|
+# External native build folder generated in Android Studio 2.2 and later
|
|
79
|
+.externalNativeBuild
|
|
80
|
+
|
|
81
|
+# Google Services (e.g. APIs or Firebase)
|
|
82
|
+google-services.json
|
|
83
|
+
|
|
84
|
+# Freeline
|
|
85
|
+freeline.py
|
|
86
|
+freeline/
|
|
87
|
+freeline_project_description.json
|
|
88
|
+
|
|
89
|
+# ---> Ansible
|
|
90
|
+*.retry
|
|
91
|
+
|
|
92
|
+# ---> Anjuta
|
|
93
|
+# Local configuration folder and symbol database
|
|
94
|
+/.anjuta/
|
|
95
|
+/.anjuta_sym_db.db
|
|
96
|
+
|
|
97
|
+# ---> ArchLinuxPackages
|
|
98
|
+*.tar
|
|
99
|
+*.tar.*
|
|
100
|
+*.jar
|
|
101
|
+*.exe
|
|
102
|
+*.msi
|
|
103
|
+*.zip
|
|
104
|
+*.tgz
|
|
105
|
+*.log
|
|
106
|
+*.log.*
|
|
107
|
+*.sig
|
|
108
|
+
|
|
109
|
+pkg/
|
|
110
|
+src/
|
|
111
|
+
|
|
112
|
+# ---> Archives
|
|
113
|
+# It's better to unpack these files and commit the raw source because
|
|
114
|
+# git has its own built in compression methods.
|
|
115
|
+*.7z
|
|
116
|
+*.jar
|
|
117
|
+*.rar
|
|
118
|
+*.zip
|
|
119
|
+*.gz
|
|
120
|
+*.bzip
|
|
121
|
+*.bz2
|
|
122
|
+*.xz
|
|
123
|
+*.lzma
|
|
124
|
+*.cab
|
|
125
|
+
|
|
126
|
+#packing-only formats
|
|
127
|
+*.iso
|
|
128
|
+*.tar
|
|
129
|
+
|
|
130
|
+#package management formats
|
|
131
|
+*.dmg
|
|
132
|
+*.xpi
|
|
133
|
+*.gem
|
|
134
|
+*.egg
|
|
135
|
+*.deb
|
|
136
|
+*.rpm
|
|
137
|
+*.msi
|
|
138
|
+*.msm
|
|
139
|
+*.msp
|
|
140
|
+
|
|
141
|
+# ---> Autotools
|
|
142
|
+# http://www.gnu.org/software/automake
|
|
143
|
+
|
|
144
|
+Makefile.in
|
|
145
|
+/ar-lib
|
|
146
|
+/mdate-sh
|
|
147
|
+/py-compile
|
|
148
|
+/test-driver
|
|
149
|
+/ylwrap
|
|
150
|
+
|
|
151
|
+# http://www.gnu.org/software/autoconf
|
|
152
|
+
|
|
153
|
+/autom4te.cache
|
|
154
|
+/autoscan.log
|
|
155
|
+/autoscan-*.log
|
|
156
|
+/aclocal.m4
|
|
157
|
+/compile
|
|
158
|
+/config.guess
|
|
159
|
+/config.h.in
|
|
160
|
+/config.sub
|
|
161
|
+/configure
|
|
162
|
+/configure.scan
|
|
163
|
+/depcomp
|
|
164
|
+/install-sh
|
|
165
|
+/missing
|
|
166
|
+/stamp-h1
|
|
167
|
+
|
|
168
|
+# https://www.gnu.org/software/libtool/
|
|
169
|
+
|
|
170
|
+/ltmain.sh
|
|
171
|
+
|
|
172
|
+# http://www.gnu.org/software/texinfo
|
|
173
|
+
|
|
174
|
+/texinfo.tex
|
|
175
|
+
|
|
176
|
+# ---> BricxCC
|
|
177
|
+# Bricx Command Center IDE
|
|
178
|
+# http://bricxcc.sourceforge.net
|
|
179
|
+*.bak
|
|
180
|
+*.sym
|
|
181
|
+
|
|
182
|
+# ---> Bazaar
|
|
183
|
+.bzr/
|
|
184
|
+.bzrignore
|
|
185
|
+
|