.gitignore 410 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. runtime/logs/hyperf.log
  13. # Executables
  14. *.swf
  15. *.air
  16. *.ipa
  17. *.apk
  18. .env
  19. # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
  20. # should NOT be excluded as they contain compiler settings and other important
  21. # information for Eclipse / Flash Builder.