Skip to content

Commit 818ed29

Browse files
committed
Project files (.project, .actionScriptProperties and .flexProperties) removed from .gitignore as they should be version-controlled.
1 parent 4b6bf65 commit 818ed29

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)