42 lines
395 B
Plaintext
42 lines
395 B
Plaintext
node_modules
|
|
package-lock.json
|
|
yarn.lock
|
|
build
|
|
node_modules
|
|
# 依赖
|
|
node_modules/
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# 测试
|
|
/coverage
|
|
|
|
# 生产构建
|
|
/build
|
|
/dist
|
|
|
|
# 环境变量
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# 日志
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# 编辑器
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Windows
|
|
Thumbs.db |