* Defaults-only ignore matcher (no root `.gitignore` merged). Used wherever the * parent repo's own ignore rules must NOT apply — inside embedded child repos, * whose gitignore semantics their own `git ls-files` already enforced (#514).
()
| 291 | * whose gitignore semantics their own `git ls-files` already enforced (#514). |
| 292 | */ |
| 293 | function defaultsOnlyIgnore(): Ignore { |
| 294 | return ignore().add(DEFAULT_IGNORE_PATTERNS); |
| 295 | } |
| 296 | |
| 297 | /** |
| 298 | * Matcher for the project's `codegraph.json` `includeIgnored` patterns — the |
no outgoing calls
no test coverage detected