Skip to content

Commit 6ebface

Browse files
ChipWolfclaude
andauthored
fix(git): create global gitignore to suppress Claude Code worktree artifacts (#89)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ec0c027 commit 6ebface

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

home/dot_gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Claude Code worktrees set core.hooksPath to a relative "dev/null" on
2+
# Windows, causing git-lfs to mkdir and drop hook stubs in ./dev/null/.
3+
# Ignore the directory globally so those stubs never appear as untracked.
4+
dev/null/
5+
6+
# Claude Code local settings
7+
**/.claude/settings.local.json

0 commit comments

Comments
 (0)