.gitignore 624 B

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