Skip to content

Commit 30c3e8d

Browse files
authored
Add worktree and gofumpt directories to .gitignore (#4742)
## Why Local development with Claude Code creates worktree directories (`.claude/worktrees/`, `.worktrees/`) and the gofumpt tool binary (`tools/gofumpt`). These should not be tracked in version control. ## Changes Added three entries to `.gitignore`: - `.claude/worktrees/` - Claude Code git worktrees - `.worktrees/` - general worktrees directory - `tools/gofumpt` - locally built gofumpt binary ## Test plan - [x] Verified the ignore patterns match the intended directories This pull request was AI-assisted by Isaac.
1 parent 3e38fe2 commit 30c3e8d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,6 @@ go.work.sum
5959
.codegen/openapi.json
6060

6161
.claude/settings.local.json
62+
tools/gofumpt
63+
.claude/worktrees/
64+
.worktrees/

0 commit comments

Comments
 (0)