From 862917b0d10fb441108c9bf087ca3eaf324bbef0 Mon Sep 17 00:00:00 2001 From: Cameron Date: Thu, 30 Apr 2026 20:31:19 -0400 Subject: [PATCH] gitignore: SQLite WAL runtime + local docs/specs dirs *.db-shm / *.db-wal show up in the working tree whenever the server runs (the WAL/journal pragmas in connect()), and /docs and /specs hold per-feature design notes that stay local per the project's "spec docs not in git" convention. Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 112d1e3..2bd4d6e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,12 @@ database/target *.db *.db.bak +*.db-shm +*.db-wal .env /tmp +/docs +/specs # Default ignored files .idea/shelf/