This commit is contained in:
2025-11-01 17:46:50 +08:00
parent f41af59f4b
commit 27196c00d8
6 changed files with 636 additions and 0 deletions

58
.dockerignore Normal file
View File

@@ -0,0 +1,58 @@
# 依赖目录
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