aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJared Koumentis <jared@github.com>2012-10-05 15:13:44 -0700
committerJared Koumentis <jared@github.com>2012-10-05 15:13:44 -0700
commit802cb3f13c947381d78f03478913f6fac5652c1d (patch)
treefb7a95e7573fbd952e9041b1729b7338dcf96746
parentd17f1285852eb05ddafc94ec6fae2ebe851ec09c (diff)
parent818ed295cf3f68e77e003f8a1f101074f6bddca6 (diff)
downloadgitignore-802cb3f13c947381d78f03478913f6fac5652c1d.tar.gz
gitignore-802cb3f13c947381d78f03478913f6fac5652c1d.zip
Merge pull request #380 from borekb/patch-1
Flex / ActionScript project files removed from .gitignore
-rw-r--r--Actionscript.gitignore9
1 files changed, 5 insertions, 4 deletions
diff --git a/Actionscript.gitignore b/Actionscript.gitignore
index d64cf3cd..fa65f0bd 100644
--- a/Actionscript.gitignore
+++ b/Actionscript.gitignore
@@ -3,8 +3,9 @@ bin/
bin-debug/
bin-release/
-# Project property files
-.actionScriptProperties
-.flexProperties
+# Other files and folders
.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