mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-16 17:11:04 -07:00
centralize file filtering in FileDiscoveryService (#1039)
This commit is contained in:
@@ -69,7 +69,7 @@ export async function bfsFileSearch(
|
||||
|
||||
for (const entry of entries) {
|
||||
const fullPath = path.join(currentDir, entry.name);
|
||||
if (fileService?.shouldIgnoreFile(fullPath)) {
|
||||
if (fileService?.shouldGitIgnoreFile(fullPath)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user