.gitignore 238 B

123456789101112131415161718
  1. # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
  2. # dependencies
  3. /node_modules
  4. /npm-debug.log*
  5. /yarn-error.log
  6. /yarn.lock
  7. /package-lock.json
  8. # production
  9. # misc
  10. .DS_Store
  11. # umi
  12. .umi
  13. .umi-production