MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / loadExcludePatterns

Function loadExcludePatterns

src/project-config.ts:366–368  ·  view source on GitHub ↗
(rootDir: string)

Source from the content-addressed store, hash-verified

364 * the built-in defaults and the project's `.gitignore`.
365 */
366export function loadExcludePatterns(rootDir: string): string[] {
367 return loadParsedConfig(rootDir).exclude;
368}
369
370/**
371 * Load the validated `deprioritize` patterns for a project, mtime-cached.

Callers 3

loadExcludeMatcherFunction · 0.90

Calls 1

loadParsedConfigFunction · 0.85

Tested by

no test coverage detected