Compare commits

...

1 Commits

Author SHA1 Message Date
ece3b0d771 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>
2026-02-25 15:48:47 -05:00

2
.gitignore vendored
View File

@@ -31,4 +31,4 @@ _ReSharper*/
.idea/
#Nuget packages folder
packages/
/.claude/
.claude/