.gitignore 341 B

12345678910111213141516171819202122
  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. .eslintignore
  8. # production
  9. /dist
  10. # misc
  11. .DS_Store
  12. npm-debug.log*
  13. yarn-error.log
  14. jsconfig.json
  15. /coverage
  16. .idea
  17. yarn.lock
  18. package-lock.json
  19. *bak
  20. .prettierrc