chore(gitignore): 忽略本地数据库与工作记忆目录

This commit is contained in:
2026-08-31 12:03:03 +08:00
parent 6a1f5a9c95
commit 45d0c51366
2 changed files with 4 additions and 0 deletions
+4
View File
@@ -89,12 +89,16 @@ e2e-tests/reports/
*.crt *.crt
.auth/ .auth/
# WorkBuddy 工作记忆目录(工具生成,不入库)
.workbuddy/
# ============================================================ # ============================================================
# Database # Database
# ============================================================ # ============================================================
*.db *.db
*.db-journal *.db-journal
data.db data.db
data/
# ============================================================ # ============================================================
# Uploads & Storage # Uploads & Storage
View File