From 008e765ad53167130cd3afacf41ee1b5359079ef Mon Sep 17 00:00:00 2001 From: Snow Lee Date: Sun, 19 Jul 2026 16:37:40 -0700 Subject: [PATCH] chore: gitignore /docs/ (private notes) and /.review-shots/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Existing tracked docs (self-hosting, assets) stay tracked — README and the website link them; the ignore only keeps new files local. Co-Authored-By: Claude Fable 5 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 8aee0a2..2e4d917 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ /example/ /cloud/ .claude/worktrees/ +/docs/ +/.review-shots/