From c94f4a46651f0555d9ef4ece6bc04568e65f99db Mon Sep 17 00:00:00 2001 From: bob walker Date: Tue, 27 Jan 2026 18:29:23 +0000 Subject: [PATCH] Configure the context files to include more and add an ignore list As suggested by gemini. This will give more context and allow context to more relevant. --- settings.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/settings.json b/settings.json index c130748..d3a23c0 100644 --- a/settings.json +++ b/settings.json @@ -10,7 +10,20 @@ "enablePromptCompletion": true }, "context": { - "fileName": ["AGENTS.md", "CONTEXT.md", "GEMINI.md"] + "fileName": [ + "AGENTS.md", + "CONTEXT.md", + "GEMINI.md", + "README.md", + "CONTRIBUTING.md" + ], + "ignore": [ + "**/node_modules/**", + "**/.git/**", + "**/.DS_Store", + "**/dist/**", + "**/build/**" + ] }, "tools": { "shell": {