fix: ignore .claude/ at any depth, not just repo root
The previous pattern `/.claude/` only matched at the repository root. Subdirectory `.claude/` folders (e.g., EmailSearch/.claude/) were not ignored, risking accidental commits of local Claude Code settings. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -31,4 +31,4 @@ _ReSharper*/
|
|||||||
.idea/
|
.idea/
|
||||||
#Nuget packages folder
|
#Nuget packages folder
|
||||||
packages/
|
packages/
|
||||||
/.claude/
|
.claude/
|
||||||
|
|||||||
Reference in New Issue
Block a user