SERVER-123751: Ignore nested worktrees (#51496)
GitOrigin-RevId: d65b8eae161433a1ba9759628dfb4a5ce2a7dbc0
This commit is contained in:
parent
0c9d2ece4a
commit
8ebb9a9cb5
@ -31,3 +31,6 @@ venv
|
|||||||
|
|
||||||
# This is not run by bazel at the moment
|
# This is not run by bazel at the moment
|
||||||
monguard
|
monguard
|
||||||
|
|
||||||
|
# Nested worktrees should be ignored
|
||||||
|
.claude/worktrees
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@ -361,4 +361,5 @@ src/mongo/shell/*_gen.d.ts
|
|||||||
# Claude Code local files
|
# Claude Code local files
|
||||||
.claude/settings.local.json
|
.claude/settings.local.json
|
||||||
.claude/agent-memory-local/
|
.claude/agent-memory-local/
|
||||||
|
.claude/worktrees/
|
||||||
CLAUDE.local.md
|
CLAUDE.local.md
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user