text4u
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.

123456789101112131415161718
  1. # ---> Laravel
  2. /vendor/
  3. node_modules/
  4. npm-debug.log
  5. yarn-error.log
  6. # Laravel 4 specific
  7. bootstrap/compiled.php
  8. app/storage/
  9. # Laravel 5 & Lumen specific
  10. public/storage
  11. public/hot
  12. storage/*.key
  13. .env
  14. Homestead.yaml
  15. Homestead.json
  16. /.vagrant