Skip to content

Commit d64708b

Browse files
committed
Add FlashDevelop and executables to Actionscript
- FlashDevelop uses different file and folder names for it's bin and obj outputs, so those have been added for convenience of devs using that. - Added a list of some executables that are output by various ways of compiling Actionscript (such as AIR and general Flash).
1 parent 2adb156 commit d64708b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Actionscript.gitignore

+8
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,18 @@
22
bin/
33
bin-debug/
44
bin-release/
5+
[Oo]bj/ # FlashDevelop obj
6+
[Bb]in/ # FlashDevelop bin
57

68
# Other files and folders
79
.settings/
810

11+
# Executables
12+
*.swf
13+
*.air
14+
*.ipa
15+
*.apk
16+
917
# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
1018
# should NOT be excluded as they contain compiler settings and other important
1119
# information for Eclipse / Flash Builder.

0 commit comments

Comments
 (0)