.gitignore 334 B

12345678910111213
  1. # ---> Actionscript
  2. # Build and Release Folders
  3. bin/
  4. bin-debug/
  5. bin-release/
  6. node_modules/
  7. # Other files and folders
  8. .settings/
  9. # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
  10. # should NOT be excluded as they contain compiler settings and other important
  11. # information for Eclipse / Flash Builder.