58 lines
493 B
Plaintext
58 lines
493 B
Plaintext
# 依赖目录
|
|
node_modules
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# 构建输出
|
|
dist
|
|
build
|
|
|
|
# 开发环境配置
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE配置
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# 操作系统文件
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# Docker相关
|
|
Dockerfile*
|
|
docker-compose*
|
|
.dockerignore
|
|
|
|
# 测试相关
|
|
coverage
|
|
.nyc_output
|
|
tests
|
|
|
|
# 文档
|
|
README*.md
|
|
IFLOW.md
|
|
|
|
# 日志文件
|
|
logs
|
|
*.log
|
|
|
|
# 临时文件
|
|
tmp
|
|
temp
|
|
|
|
# 缓存
|
|
.cache
|
|
.parcel-cache
|
|
|
|
# 其他
|
|
*.tgz
|
|
*.tar.gz |