Skip to content

Commit 41daecc

Browse files
authored
chore(gitignore): ignore *.test binaries and .claude/worktrees/ (#23)
1 parent ff2bcd1 commit 41daecc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
bin/
33
/sluice
44

5+
# Go compiled test binaries (e.g. `go test -c`)
6+
*.test
7+
58
# SQLite databases (runtime, not checked in)
69
*.db
710
*.db-shm
@@ -39,5 +42,6 @@ dist/
3942

4043
# Claude
4144
.claude/settings.local.json
45+
.claude/worktrees/
4246
CLAUDE.local.md
4347
go/

0 commit comments

Comments
 (0)