.gitignore 765 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. node_modules
  2. .DS_Store
  3. dist
  4. dist-ssr
  5. dist.zip
  6. dist.tar
  7. dist.war
  8. .nitro
  9. .output
  10. *-dist.zip
  11. *-dist.tar
  12. *-dist.war
  13. coverage
  14. *.local
  15. **/.vitepress/cache
  16. .cache
  17. .turbo
  18. .temp
  19. dev-dist
  20. .stylelintcache
  21. yarn.lock
  22. pnpm-lock.yaml
  23. package-lock.json
  24. .VSCodeCounter
  25. **/backend-mock/data
  26. auto-imports.d.ts
  27. components.d.ts
  28. # local env files
  29. .env.local
  30. .env.*.local
  31. .eslintcache
  32. logs
  33. *.log
  34. npm-debug.log*
  35. yarn-debug.log*
  36. yarn-error.log*
  37. pnpm-debug.log*
  38. lerna-debug.log*
  39. vite.config.mts.*
  40. vite.config.mjs.*
  41. vite.config.js.*
  42. vite.config.ts.*
  43. # Editor directories and files
  44. .idea
  45. # .vscode
  46. *.suo
  47. *.ntvs*
  48. *.njsproj
  49. *.sln
  50. *.sw?
  51. .history
  52. # custom
  53. .changeset
  54. .github
  55. backend-mock
  56. web-antd
  57. web-naive
  58. docs
  59. playground
  60. README.ja-JP.md
  61. README.zh-CN.md
  62. **/views/demos/
  63. **/langs/*/demos.json