Skip to content

Commit dc6e8a7

Browse files
committed
Add new entries to default ignore set
Added '.tools', '.claude', and '.codex' to the default ignore set in FilterConfiguration, along with a comment for ReSharper and AI tools. This helps ensure these directories are excluded where appropriate.
1 parent d5e50c2 commit dc6e8a7

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

Configuration/FilterConfiguration.cs

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,15 @@ public class FilterConfiguration
244244
"charts",
245245

246246
// Pipenv
247-
".venv"
247+
".venv",
248+
249+
// ReSharper
250+
".tools",
251+
252+
// Claude/Codex:
253+
".claude", ".codex"
254+
255+
248256
}.ToFrozenSet(StringComparer.OrdinalIgnoreCase);
249257

250258
/// <summary>

0 commit comments

Comments
 (0)