.gitignore 463 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
  2. # dependencies
  3. **/node_modules
  4. # roadhog-api-doc ignore
  5. /src/utils/request-temp.js
  6. _roadhog-api-doc
  7. # production
  8. # misc
  9. .DS_Store
  10. npm-debug.log*
  11. yarn-error.log
  12. dist
  13. /coverage
  14. .idea
  15. yarn.lock
  16. package-lock.json
  17. pnpm-lock.yaml
  18. *bak
  19. # visual studio code
  20. .history
  21. *.log
  22. functions/*
  23. .temp/**
  24. # umi
  25. .umi
  26. .umi-production
  27. # screenshot
  28. screenshot
  29. .firebase
  30. .eslintcache
  31. build