chore(gitignore): ignore sqlite WAL files and per-subsystem runtime logs

decnet.collector.log / decnet.system.log and the *.db-shm / *.db-wal
sidecars produced by the sqlite WAL journal were slipping through the
existing rules. Extend the patterns so runtime state doesn't show up
in git status.
This commit is contained in:
2026-04-18 05:38:09 -04:00
parent a97696fa23
commit d5e6ca1949

3
.gitignore vendored
View File

@@ -17,6 +17,9 @@ linterfails.log
webmail
windows1
*.db
*.db-shm
*.db-wal
decnet.*.log
decnet.json
.env*
.env.local