Skip to content

Commit 802cb3f

Browse files
author
Jared Koumentis
committed
Merge pull request #380 from borekb/patch-1
Flex / ActionScript project files removed from .gitignore
2 parents d17f128 + 818ed29 commit 802cb3f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Actionscript.gitignore

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ bin/
33
bin-debug/
44
bin-release/
55

6-
# Project property files
7-
.actionScriptProperties
8-
.flexProperties
6+
# Other files and folders
97
.settings/
10-
.project
8+
9+
# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
10+
# should NOT be excluded as they contain compiler settings and other important
11+
# information for Eclipse / Flash Builder.

0 commit comments

Comments
 (0)