.gitignore 304 B

1234567891011121314151617181920212223
  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. /dist
  10. /svgam
  11. /svgapc
  12. # misc
  13. .DS_Store
  14. # umi
  15. /src/.umi
  16. /src/.umi-production
  17. /src/.umi-test
  18. /.env.local
  19. .vscode