.gitignore 478 B

1234567891011121314151617181920212223242526272829303132333435
  1. .env
  2. .env.testing
  3. .idea
  4. .php_cs.cache
  5. .phpunit.result.cache
  6. .vscode
  7. .vagrant
  8. *.hot
  9. /stubs
  10. /data
  11. /tmp
  12. /config/flexible_variant.php
  13. /config/octane.php
  14. /docker-compose-collection
  15. Homestead.json
  16. Homestead.yaml
  17. /ignorables/*
  18. /node_modules
  19. npm-debug.log
  20. package-lock.json
  21. /playwright-report
  22. /public/css
  23. /public/js
  24. /public/hot
  25. /public/storage
  26. /public/vendor
  27. /lang/vendor
  28. /storage/*.key
  29. /storage/dcc-data/
  30. /test-results
  31. /vendor
  32. yarn.lock
  33. yarn-error.log
  34. /test-results
  35. /playwright-report