We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c49a8f5 commit 955dd3eCopy full SHA for 955dd3e
.gemini/settings.json
@@ -1,14 +1,15 @@
1
{
2
- "context": [
3
- "AGENTS.md",
4
- ".github/copilot-instructions.md",
5
- ".github/agents/customize.agent.md",
6
- ".github/agents/docs.agent.md",
7
- ".github/instructions/**/*.md",
8
- "CUSTOMIZE.md",
9
- "INSTALL.md",
10
- "TROUBLESHOOTING.md",
11
- "QUICKSTART.md",
12
- "README.md"
13
- ]
+ "context": {
+ "fileName": [
+ "AGENTS.md",
+ ".github/copilot-instructions.md",
+ ".github/agents/customize.agent.md",
+ ".github/agents/docs.agent.md",
+ ".github/instructions/**/*.md",
+ "CUSTOMIZE.md",
+ "INSTALL.md",
+ "TROUBLESHOOTING.md",
+ "QUICKSTART.md"
+ ]
14
+ }
15
}
0 commit comments