Commit 30c3e8d
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
0 commit comments