From 24127d9d3e2cbcd77dd08bf191a5173d6b55ba7c Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 14 Mar 2026 12:53:46 +0100 Subject: [PATCH] Add worktree and gofumpt directories to .gitignore Ignore `.claude/worktrees/`, `.worktrees/`, and `tools/gofumpt` to keep local development artifacts out of version control. Co-authored-by: Isaac --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 4860bd10e5..654e71bf96 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,6 @@ go.work.sum .codegen/openapi.json .claude/settings.local.json +tools/gofumpt +.claude/worktrees/ +.worktrees/