Actionscript.gitignore 350 字节
Newer Older
1 2 3
# Build and Release Folders
bin-debug/
bin-release/
4 5
[Oo]bj/
[Bb]in/
6

7
# Other files and folders
8
.settings/
9

10 11 12 13 14 15
# Executables
*.swf
*.air
*.ipa
*.apk

16 17
# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
# should NOT be excluded as they contain compiler settings and other important
I
Ivan Zuzak 已提交
18
# information for Eclipse / Flash Builder.