From d5e6ca1949617defa0150a92dd5aaddfe555d629 Mon Sep 17 00:00:00 2001 From: anti Date: Sat, 18 Apr 2026 05:38:09 -0400 Subject: [PATCH] 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. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index fad29ae..09d3638 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,9 @@ linterfails.log webmail windows1 *.db +*.db-shm +*.db-wal +decnet.*.log decnet.json .env* .env.local