.gitignore 180 B

1234567891011121314
  1. # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
  2. # dependencies
  3. /node_modules
  4. # production
  5. /dist
  6. # misc
  7. .DS_Store
  8. npm-debug.log*
  9. # umi
  10. .umi