.gitignore 725 B

1234567891011121314151617181920212223242526272829303132
  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. public
  10. runtime
  11. runtime/
  12. runtime/*
  13. runtime/logs/hyperf.log
  14. # Executables
  15. *.swf
  16. *.air
  17. *.ipa
  18. *.apk
  19. .env
  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/container/proxy/App_Controller_AbstractController.proxy.php
  30. runtime/container/proxy/App_Controller_IndexController.proxy.php