.gitignore 611 B

12345678910111213141516171819202122232425262728293031323334
  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. vendor
  9. vendor/
  10. public
  11. runtime
  12. runtime/
  13. runtime/*
  14. runtime/logs/hyperf.log
  15. # Executables
  16. *.swf
  17. *.air
  18. *.ipa
  19. *.apk
  20. # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
  21. # should NOT be excluded as they contain compiler settings and other important
  22. # information for Eclipse / Flash Builder.
  23. runtime/container/classes.cache
  24. runtime/container/scan.cache
  25. runtime/hyperf.pid
  26. runtime/container/aspects.cache
  27. runtime/container/classes.cache
  28. runtime/container/scan.cache
  29. runtime
  30. /.env