.gitignore 276 B

12345678910111213141516171819
  1. /node_modules
  2. /public/storage
  3. /public/hot
  4. /storage/*.key
  5. /vendor
  6. /.idea
  7. Homestead.json
  8. Homestead.yaml
  9. .env
  10. .phpstorm.meta.php
  11. _ide_helper*
  12. *.lock
  13. bootstrap/cache
  14. storage/logs
  15. storage/app
  16. storage/framework/cache
  17. storage/framework/views
  18. storage/framework/sessions
  19. public/upload