fix: preserve backend Docker context exclusions

This commit is contained in:
237899745
2026-07-27 13:16:26 +08:00
parent 39fca59cc4
commit abad4d4c16

View File

@@ -1,12 +1,49 @@
.git
# 依赖目录
node_modules
npm-debug.log*
.env
.env.*
# 数据目录(仅保留占位文件)
data/*
!data/.gitkeep
storage/*
!storage/.gitkeep
tests
# 环境配置
.env
.env.*
# 日志
*.log
npm-debug.log*
# 编辑器
.idea/
.vscode/
*.swp
*.swo
*~
# 操作系统
.DS_Store
Thumbs.db
# 测试和开发文件
*.test.js
*.spec.js
test/
tests/
test_*.js
coverage/
# 文档
*.md
!README.md
# Git
.git
.gitignore
# 临时和平台脚本
*.tmp
*.temp
.cache/
*.bat