.gitignore 458 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. /coverage
  13. .idea
  14. yarn.lock
  15. package-lock.json
  16. pnpm-lock.yaml
  17. *bak
  18. # visual studio code
  19. .history
  20. *.log
  21. functions/*
  22. .temp/**
  23. # umi
  24. .umi
  25. .umi-production
  26. # screenshot
  27. screenshot
  28. .firebase
  29. .eslintcache
  30. build