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

Function getIgnore

packages/core/src/utils/filesearch/crawler.test.ts:389–395  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

387 'b.txt': '',
388 });
389 const getIgnore = () =>
390 loadIgnoreRules({
391 projectRoot: tmpDir,
392 useGitignore: true,
393 useAnusignore: false,
394 ignoreDirs: [],
395 });
396 const getOptions = (ignore: Ignore) => ({
397 crawlDirectory: tmpDir,
398 cwd: tmpDir,

Callers 1

crawler.test.tsFile · 0.85

Calls 1

loadIgnoreRulesFunction · 0.85

Tested by

no test coverage detected