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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -17,6 +17,9 @@ linterfails.log
|
|||||||
webmail
|
webmail
|
||||||
windows1
|
windows1
|
||||||
*.db
|
*.db
|
||||||
|
*.db-shm
|
||||||
|
*.db-wal
|
||||||
|
decnet.*.log
|
||||||
decnet.json
|
decnet.json
|
||||||
.env*
|
.env*
|
||||||
.env.local
|
.env.local
|
||||||
|
|||||||
Reference in New Issue
Block a user