fix: preserve backend Docker context exclusions
This commit is contained in:
@@ -1,12 +1,49 @@
|
|||||||
.git
|
# 依赖目录
|
||||||
node_modules
|
node_modules
|
||||||
npm-debug.log*
|
|
||||||
.env
|
# 数据目录(仅保留占位文件)
|
||||||
.env.*
|
|
||||||
data/*
|
data/*
|
||||||
!data/.gitkeep
|
!data/.gitkeep
|
||||||
storage/*
|
storage/*
|
||||||
!storage/.gitkeep
|
!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
|
test_*.js
|
||||||
|
coverage/
|
||||||
|
|
||||||
|
# 文档
|
||||||
|
*.md
|
||||||
|
!README.md
|
||||||
|
|
||||||
|
# Git
|
||||||
|
.git
|
||||||
|
.gitignore
|
||||||
|
|
||||||
|
# 临时和平台脚本
|
||||||
|
*.tmp
|
||||||
|
*.temp
|
||||||
|
.cache/
|
||||||
*.bat
|
*.bat
|
||||||
|
|||||||
Reference in New Issue
Block a user