mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 08:47:44 +00:00
Reduce noisy logging for missing .geminiignore file. (#793)
This commit is contained in:
@@ -51,9 +51,6 @@ export function loadGeminiIgnorePatterns(workspaceRoot: string): string[] {
|
||||
) {
|
||||
if (error.code === 'ENOENT') {
|
||||
// .geminiignore not found, which is fine.
|
||||
console.log(
|
||||
'[INFO] No .geminiignore file found. Proceeding without custom ignore patterns.',
|
||||
);
|
||||
} else {
|
||||
// Other error reading the file (e.g., permissions)
|
||||
console.warn(
|
||||
|
||||
Reference in New Issue
Block a user