.gitignore 307 B

1234567891011121314151617181920212223242526
  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. /es
  10. /docs-dist
  11. # misc
  12. .DS_Store
  13. /coverage
  14. # umi
  15. .umi
  16. .umi-production
  17. .umi-test
  18. .env.local
  19. # ide
  20. /.vscode
  21. /.idea