fix(core): Respect user's .gitignore preference (#15482)

Co-authored-by: Gaurav <39389231+gsquared94@users.noreply.github.com>
This commit is contained in:
Serghei
2026-02-03 21:37:21 +02:00
committed by GitHub
parent 14e2e09d10
commit 5407878138
3 changed files with 78 additions and 0 deletions
+4
View File
@@ -28,6 +28,10 @@ class MockConfig {
return true;
}
getFileFilteringRespectGitIgnore() {
return true;
}
getFileFilteringRespectGeminiIgnore() {
return true;
}