.gitignore 381 B

12345678910111213141516171819202122232425
  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. /package-lock.json
  7. /.history
  8. # production
  9. /dist
  10. # misc
  11. .DS_Store
  12. .idea
  13. .idea/*
  14. # umi
  15. .umi
  16. .umi-production
  17. .idea/dc.iml
  18. .idea/misc.xml
  19. .idea/modules.xml
  20. .idea/vcs.xml
  21. .idea/workspace.xml
  22. .idea/inspectionProfiles/Project_Default.xml