From e3e01a34aec2fc6c789e593f063a27ffbc97eae1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ullrich=20Sch=C3=A4fer?= Date: Fri, 12 Jun 2026 13:40:39 +0200 Subject: [PATCH] chore: gitignore internal working notes docs/reviews/internal/ holds internal working notes we keep out of the published repo. Commit the ignore rule so the folder is excluded for everyone, not just on the local working tree. Co-Authored-By: Claude Opus 4.8 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 85f9417..450df80 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ playwright-results.json .claude/worktrees/ .claude/settings.local.json .claude/scheduled_tasks.lock +docs/reviews/internal/