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.
This commit is contained in:
2026-01-27 18:29:23 +00:00
parent 2c7460ed28
commit c94f4a4665

View File

@@ -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": {