You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
371 B
34 lines
371 B
# 依赖文件夹
|
|
node_modules/
|
|
|
|
# 环境变量文件
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# 日志文件
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# 编辑器配置
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# 操作系统临时文件
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# 构建输出
|
|
dist/
|
|
build/
|
|
|
|
# 测试覆盖率
|
|
coverage/
|
|
.nyc_output/ |