You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819202122232425262728293031323334
  1. # Laravel
  2. /vendor
  3. /.phpunit.cache
  4. /public/build
  5. /public/hot
  6. /public/storage
  7. /public/vendor/statamic
  8. /storage/*.key
  9. /storage/pail
  10. .env
  11. .env.backup
  12. .env.production
  13. .phpunit.result.cache
  14. Homestead.json
  15. Homestead.yaml
  16. auth.json
  17. # Node.js
  18. /node_modules
  19. npm-debug.log*
  20. yarn-error.log*
  21. .pnpm-debug.log*
  22. # OS and Editor Files
  23. .DS_Store
  24. .idea/
  25. .vscode/
  26. .fleet/
  27. /.nova/
  28. /.zed
  29. # Other
  30. *.swp
  31. *.swo