소스 검색

Project files (`.project`, `.actionScriptProperties` and `.flexProperties`) removed from .gitignore as they should be version-controlled.

borekb 13 년 전
부모
커밋
818ed295cf
1개의 변경된 파일5개의 추가작업 그리고 4개의 파일을 삭제
  1. 5 4
      Actionscript.gitignore

+ 5 - 4
Actionscript.gitignore

@@ -3,8 +3,9 @@ bin/
 bin-debug/
 bin-release/
 
-# Project property files
-.actionScriptProperties
-.flexProperties
+# Other files and folders
 .settings/
-.project
+
+# 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.