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

Function loadIncludeIgnoredPatterns

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

Source from the content-addressed store, hash-verified

352 * are never discovered or indexed (#970, #976).
353 */
354export function loadIncludeIgnoredPatterns(rootDir: string): string[] {
355 return loadParsedConfig(rootDir).includeIgnored;
356}
357
358/**
359 * Load the validated `exclude` patterns for a project, mtime-cached.

Calls 1

loadParsedConfigFunction · 0.85

Tested by

no test coverage detected