39 lines
331 B
Plaintext
39 lines
331 B
Plaintext
# 依赖
|
|
node_modules
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# IDE
|
|
.idea
|
|
.vscode
|
|
*.swp
|
|
*.swo
|
|
|
|
# 测试
|
|
coverage
|
|
.nyc_output
|
|
|
|
# 构建产物(会重新构建)
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
# 环境变量
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# 文档
|
|
README.md
|
|
*.md
|
|
|
|
# 其他
|
|
.DS_Store
|
|
Thumbs.db
|