From c75a47d2996e4c1895056ea7aa9ab4450c65d8fa Mon Sep 17 00:00:00 2001 From: josh Date: Thu, 14 May 2026 10:51:30 -0400 Subject: [PATCH] Add .claude/ directory and SQLite WAL files to .gitignore Co-Authored-By: Claude Opus 4.6 --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ff0a273..6dbe458 100644 --- a/.gitignore +++ b/.gitignore @@ -25,5 +25,9 @@ vendor/ # Templ generated *_templ.go -.claude/settings.json +.claude/ .gstack/ + +# SQLite WAL files +*.db-shm +*.db-wal