Commit 818ed295 authored by borekb's avatar borekb

Project files (`.project`, `.actionScriptProperties` and `.flexProperties`)...

Project files (`.project`, `.actionScriptProperties` and `.flexProperties`) removed from .gitignore as they should be version-controlled.
parent 4b6bf65b
...@@ -3,8 +3,9 @@ bin/ ...@@ -3,8 +3,9 @@ bin/
bin-debug/ bin-debug/
bin-release/ bin-release/
# Project property files # Other files and folders
.actionScriptProperties
.flexProperties
.settings/ .settings/
.project
\ No newline at end of file # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
# should NOT be excluded as they contain compiler settings and other important
# information for Eclipse / Flash Builder.
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment