.gitignore 378 B

12345678910111213141516171819202122232425262728
  1. /.phpunit.cache
  2. /node_modules
  3. /public/vendor
  4. /public/upload
  5. /storage/*.key
  6. /vendor
  7. .env
  8. .env.backup
  9. .env.production
  10. .phpunit.result.cache
  11. Homestead.json
  12. Homestead.yaml
  13. auth.json
  14. npm-debug.log
  15. yarn-error.log
  16. /.fleet
  17. /.idea
  18. /.vscode
  19. .phpstorm.meta.php
  20. _ide_helper.php
  21. _ide_helper_models.php
  22. composer.lock
  23. .prettierrc
  24. package-lock.json
  25. /.junie
  26. /public/build
  27. /.lingma
  28. .tongyiignore