.gitignore 423 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. /.idea
  14. /.vagrant
  15. /.vscode
  16. /phpunit.xml
  17. Homestead.json
  18. Homestead.yaml
  19. npm-debug.log
  20. .DS_Store
  21. .phpstorm.meta.php
  22. yarn-error.log
  23. _ide_helper_models.php
  24. _ide_helper.php
  25. .php_cs.cache