.gitignore 887 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. *.log
  2. .DS_Store
  3. .env
  4. .env.backup
  5. .env.production
  6. .phpactor.json
  7. .phpunit.result.cache
  8. /.fleet
  9. /.idea
  10. /.nova
  11. /.phpunit.cache
  12. /.vscode
  13. /.zed
  14. /auth.json
  15. /node_modules
  16. /public/build
  17. /public/hot
  18. /public/storage
  19. /storage/*.key
  20. /storage/pail
  21. /vendor
  22. Homestead.json
  23. Homestead.yaml
  24. Thumbs.db
  25. # Created by https://www.toptal.com/developers/gitignore/api/laravel,cakephp3
  26. # Edit at https://www.toptal.com/developers/gitignore?templates=laravel,cakephp3
  27. ### CakePHP3 ###
  28. # CakePHP 3
  29. /config/app.php
  30. /config/.env
  31. /logs/*
  32. /tmp/*
  33. /vendor/*
  34. ### Laravel ###
  35. /vendor/
  36. node_modules/
  37. npm-debug.log
  38. yarn-error.log
  39. # Laravel 4 specific
  40. bootstrap/compiled.php
  41. app/storage/
  42. # Laravel 5 & Lumen specific
  43. public/storage
  44. public/hot
  45. # Laravel 5 & Lumen specific with changed public path
  46. public_html/storage
  47. public_html/hot
  48. storage/*.key
  49. .env
  50. Homestead.yaml
  51. Homestead.json
  52. /.vagrant
  53. .phpunit.result.cache