mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-17 00:31:44 -07:00
refactor(core): improve ignore resolution and fix directory-matching bug (#23816)
This commit is contained in:
@@ -178,7 +178,7 @@ async function readFullStructure(
|
||||
const subFolderPath = path.join(currentPath, subFolderName);
|
||||
|
||||
const isIgnored =
|
||||
options.fileService?.shouldIgnoreFile(
|
||||
options.fileService?.shouldIgnoreDirectory(
|
||||
subFolderPath,
|
||||
filterFileOptions,
|
||||
) ?? false;
|
||||
|
||||
Reference in New Issue
Block a user