.gitignore 487 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. /dist
  9. # misc
  10. .DS_Store
  11. npm-debug.log*
  12. yarn-error.log
  13. /coverage
  14. .idea
  15. yarn.lock
  16. package-lock.json
  17. pnpm-lock.yaml
  18. *bak
  19. .vscode
  20. # visual studio code
  21. .history
  22. *.log
  23. functions/*
  24. .temp/**
  25. # umi
  26. .umi
  27. .umi-production
  28. .umi-test
  29. # screenshot
  30. screenshot
  31. .firebase
  32. .eslintcache
  33. build
  34. .husky