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

Function loadExcludePatterns

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

Source from the content-addressed store, hash-verified

322 * the built-in defaults and the project's `.gitignore`.
323 */
324export function loadExcludePatterns(rootDir: string): string[] {
325 return loadParsedConfig(rootDir).exclude;
326}
327
328/**
329 * Load the validated `include` patterns for a project, mtime-cached.

Callers 3

loadExcludeMatcherFunction · 0.90

Calls 1

loadParsedConfigFunction · 0.85

Tested by

no test coverage detected