chore(config-audit): allow fake node_modules in tests/fixtures (v5 M1) [skip-docs]

The mcp-tool-heavy fixture relies on node_modules/mcp-heavy/package.json
being committed so the v5 M1 tool-count detection test runs deterministically.
Add an unignore rule for tests/fixtures/**/node_modules/.
This commit is contained in:
Kjell Tore Guttormsen 2026-05-01 07:02:54 +02:00
commit 7181862644
2 changed files with 89 additions and 0 deletions

View file

@ -11,6 +11,9 @@ credentials.*
# Dependencies
node_modules/
# Test fixtures intentionally include fake node_modules for tool-count detection
!tests/fixtures/**/node_modules/
!tests/fixtures/**/node_modules/**
# Development prompts
S*-PROMPT.md