refactor(core): Clean up exclude description (#11678)

Co-authored-by: Jacob Richman <jacob314@gmail.com>
This commit is contained in:
Eric Rahm
2025-10-22 17:08:38 -07:00
committed by GitHub
parent 92d412e542
commit 047bc44032
2 changed files with 3 additions and 27 deletions
@@ -115,11 +115,4 @@ export class FileDiscoveryService {
}
return false;
}
/**
* Returns loaded patterns from .geminiignore
*/
getGeminiIgnorePatterns(): string[] {
return this.geminiIgnoreFilter?.getPatterns() ?? [];
}
}