.gitignore 337 B

1234567891011121314151617181920212223
  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. jsconfig.json
  14. /coverage
  15. .idea
  16. yarn.lock
  17. package-lock.json
  18. *bak
  19. .prettierrc
  20. .jshintrc