# 只有编译后的 dist 目录、package.json、README.md是需要被发布的
# 忽略目录
.vite/
.DS_Store
.vscode/
components/
docs/
node_modules
public/
scripts/
src/

# 忽略指定文件
.eslintrc.cjs
.gitignore
.npmignore
.npmrc
.prettierrc.json
components.d.ts
env.d.ts
index.html
pnpm-lock.yaml
stats.html
tsconfig.config.json
tsconfig.json
vite.config.ts
