.gitignore 288 B

123456789101112131415161718192021
  1. /.phpunit.cache
  2. /node_modules
  3. /public/vendor
  4. /storage/*.key
  5. /vendor
  6. .env
  7. .env.backup
  8. .env.production
  9. .phpunit.result.cache
  10. Homestead.json
  11. Homestead.yaml
  12. auth.json
  13. npm-debug.log
  14. yarn-error.log
  15. /.fleet
  16. /.idea
  17. /.vscode
  18. .phpstorm.meta.php
  19. _ide_helper.php
  20. _ide_helper_models.php
  21. composer.lock