From 818ed295cf3f68e77e003f8a1f101074f6bddca6 Mon Sep 17 00:00:00 2001 From: borekb Date: Tue, 26 Jun 2012 10:42:51 +0300 Subject: [PATCH] Project files (`.project`, `.actionScriptProperties` and `.flexProperties`) removed from .gitignore as they should be version-controlled. --- Actionscript.gitignore | 9 +++++---- 1 file 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