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

Function loadIncludeIgnoredPatterns

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

Source from the content-addressed store, hash-verified

310 * are never discovered or indexed (#970, #976).
311 */
312export function loadIncludeIgnoredPatterns(rootDir: string): string[] {
313 return loadParsedConfig(rootDir).includeIgnored;
314}
315
316/**
317 * Load the validated `exclude` patterns for a project, mtime-cached.

Calls 1

loadParsedConfigFunction · 0.85

Tested by

no test coverage detected