1
0

.gitignore 312 B

123456789101112131415161718192021
  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. **/.sass-cache
  7. **/package-lock.json
  8. # production
  9. **/dist
  10. **/build
  11. # misc
  12. .DS_Store
  13. # umi
  14. **/src/.umi
  15. **/src/.umi-production
  16. **/src/.umi-test
  17. **/.env.local