.gitignore 440 B

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