.gitignore 232 B

123456789101112131415
  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. # production
  7. /dist
  8. # misc
  9. .DS_Store
  10. npm-debug.log*
  11. /coverage