.gitignore 468 B

123456789101112131415161718192021222324252627282930
  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. # umi
  14. .umi
  15. .umi-production
  16. .idea/dc.iml
  17. .idea/misc.xml
  18. .idea/modules.xml
  19. .idea/vcs.xml
  20. .idea/workspace.xml
  21. .idea/inspectionProfiles/Project_Default.xml
  22. build
  23. .env.local
  24. config/config.local.ts
  25. config/config.local.copy.ts
  26. src/conf/config.local.ts