.gitignore 431 B

12345678910111213141516171819202122232425
  1. /public/upload
  2. /storage/framework/cache/*
  3. /storage/framework/cookies/*
  4. /storage/framework/sessions/*
  5. /storage/framework/testing/*
  6. /storage/framework/views/*
  7. /storage/logs/*
  8. /storage/app/public
  9. /storage/*.key
  10. /vendor
  11. .env
  12. .phpunit.result.cache
  13. /.vagrant
  14. /.vscode
  15. /phpunit.xml
  16. Homestead.json
  17. Homestead.yaml
  18. npm-debug.log
  19. .DS_Store
  20. .phpstorm.meta.php
  21. yarn-error.log
  22. _ide_helper_models.php
  23. _ide_helper.php
  24. .php_cs.cache
  25. node_modules/*