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