.gitignore 456 B

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