chore: 完善 Docker 部署目录结构与教程

- 新增 backend/logs/.gitkeep 和 backend/backups/.gitkeep 占位文件

- 调整 .gitignore 让 logs 和 backups 目录的 .gitkeep 能被追踪

- 教程更新:完整克隆项目时持久化目录已存在
This commit is contained in:
zhang1106
2026-06-16 09:59:43 +08:00
parent 3d933ad6a0
commit 3d39f72eb6
4 changed files with 133 additions and 24 deletions
+2 -1
View File
@@ -56,7 +56,8 @@ lerna-debug.log*
# ==============================================
# Backup files (备份文件)
# ==============================================
backend/backups/
backend/backups/*
!backend/backups/.gitkeep
*.backup.json
*.bak