.gitignore 241 B

123456789101112131415161718
  1. /node_modules
  2. /public/hot
  3. /public/storage
  4. /storage/*.key
  5. /vendor
  6. /.idea
  7. /.vagrant
  8. Homestead.json
  9. Homestead.yaml
  10. npm-debug.log
  11. yarn-error.log
  12. .env
  13. .phpstorm.meta.php
  14. _ide_helper.php
  15. .user.ini
  16. /public/Demo/*
  17. phpunit.dusk.xml
  18. public/favicon.ico