Public paste
Undefined
By: Guest | Date: Mar 11 2021 09:09 | Format: None | Expires: never | Size: 725 B | Hits: 333

  1. # Created by https://www.toptal.com/developers/gitignore/api/laravel
  2. # Edit at https://www.toptal.com/developers/gitignore?templates=laravel
  3.  
  4. ### Laravel ###
  5. /vendor/
  6. node_modules/
  7. npm-debug.log
  8. yarn-error.log
  9.  
  10. # Laravel 4 specific
  11. bootstrap/compiled.php
  12. app/storage/
  13.  
  14. # Laravel 5 & Lumen specific
  15. public/storage
  16. public/hot
  17.  
  18. # Laravel 5 & Lumen specific with changed public path
  19. #public_html/storage
  20. #public_html/hot
  21.  
  22. storage/*.key
  23. .env
  24. Homestead.yaml
  25. Homestead.json
  26. /.vagrant
  27. .phpunit.result.cache
  28.  
  29. # Laravel IDE helper
  30. *.meta.*
  31. _ide_*
  32.  
  33. #Aggiungere qui il path della cartella storage
  34. storage/app/public/*
  35. storage/log/*
  36. # End of https://www.toptal.com/developers/gitignore/api/laravel
  37.  
  38.  
  39.