Commit 802cb3f1 authored by Jared Koumentis's avatar Jared Koumentis

Merge pull request #380 from borekb/patch-1

Flex / ActionScript project files removed from .gitignore
parents d17f1285 818ed295
...@@ -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