基于umi的开发模板

.gitignore 244B

12345678910111213141516171819
  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. # misc
  11. .DS_Store
  12. # umi
  13. .umi
  14. .umi-production