.gitignore 418 B

12345678910111213141516171819202122232425
  1. # Build and Release Folders
  2. bin-debug/
  3. bin-release/
  4. [Oo]bj/
  5. [Bb]in/
  6. .env/
  7. # Other files and folders
  8. .settings/
  9. public
  10. vendor
  11. runtime
  12. runtime/*
  13. *.swf
  14. *.air
  15. *.ipa
  16. *.apk
  17. .env
  18. # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
  19. # should NOT be excluded as they contain compiler settings and other important
  20. # information for Eclipse / Flash Builder.
  21. runtime/container/scan.cache
  22. .env
  23. *.env