* 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).
()
| 306 | * whose gitignore semantics their own `git ls-files` already enforced (#514). |
| 307 | */ |
| 308 | function defaultsOnlyIgnore(): Ignore { |
| 309 | return ignore().add(DEFAULT_IGNORE_PATTERNS); |
| 310 | } |
| 311 | |
| 312 | /** |
| 313 | * Matcher for the project's `codegraph.json` `includeIgnored` patterns — the |
no outgoing calls
no test coverage detected