chore: 将SQLite数据库加入.gitignore,防止运行时数据被git覆盖 [砚砚/K2.6🐾]
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -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.
Reference in New Issue
Block a user