.gitignore 421 B

1234567891011121314151617181920212223
  1. # ---> Actionscript
  2. # Build and Release Folders
  3. bin/
  4. bin-debug/
  5. bin-release/
  6. # Other files and folders
  7. .settings/
  8. # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
  9. # should NOT be excluded as they contain compiler settings and other important
  10. # information for Eclipse / Flash Builder.
  11. # ---> Ada
  12. # Object file
  13. *.o
  14. # Ada Library Information
  15. *.ali
  16. node_modules
  17. dist
  18. yarn.lock
  19. .DS_Store