MCPcopy Create free account
hub / github.com/anus-dev/ANUS /

Class

packages/core/src/utils/gitIgnoreParser.ts:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18export class GitIgnoreParser implements GitIgnoreFilter {
19 private projectRoot: string;
20 private ig: Ignore = ignore();
21 private patterns: string[] = [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected