.gitignore 357 B

123456789101112131415161718192021
  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. /.idea
  12. /.vagrant
  13. /.vscode
  14. Homestead.json
  15. Homestead.yaml
  16. npm-debug.log
  17. .DS_Store
  18. .phpstorm.meta.php
  19. yarn-error.log
  20. .env
  21. .phpunit.result.cache