chore: 将SQLite数据库加入.gitignore,防止运行时数据被git覆盖 [砚砚/K2.6🐾]

This commit is contained in:
openclaw
2026-04-22 00:20:42 +08:00
parent 0dad874eca
commit 47f1a448fc
2 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@@ -17,3 +17,7 @@ docs/SOP.md
# Dependencies
web/node_modules/
# SQLite database (runtime data, should not be tracked)
data/lan-manager.db
*.db

Binary file not shown.