Fix: remove DB from git tracking, add to gitignore

This commit is contained in:
jackyu66git
2026-05-03 17:28:30 +08:00
parent b09314f317
commit 0c1eaedcb6
2 changed files with 6 additions and 0 deletions
+6
View File
@@ -16,3 +16,9 @@ test_*.go
# IDE
.vscode/
.idea/
# Database
data/*.db
data/*.db-wal
data/*.db-shm
data/
BIN
View File
Binary file not shown.