41 lines
387 B
Plaintext
41 lines
387 B
Plaintext
# 依赖
|
|
node_modules/
|
|
|
|
# 构建输出
|
|
dist/
|
|
unpackage/
|
|
.vite/
|
|
.tmp/
|
|
coverage/
|
|
*.tsbuildinfo
|
|
.eslintcache
|
|
|
|
# 本地环境配置
|
|
.env.local
|
|
.env.*.local
|
|
.claude/*.local.json
|
|
|
|
# IDE 配置
|
|
.idea/
|
|
.vscode/
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# 日志
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# 操作系统文件
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# 临时文件
|
|
*.log
|
|
tmp/
|
|
temp/
|