.gitignore copy 415 B

1234567891011121314151617181920212223
  1. # Build and Release Folders
  2. bin-debug/
  3. bin-release/
  4. [Oo]bj/
  5. [Bb]in/
  6. # Other files and folders
  7. .settings/
  8. public
  9. vendor
  10. runtime
  11. runtime/*
  12. # Executables
  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