We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4691f3 commit cc9af05Copy full SHA for cc9af05
src/api/json/catalog.json
@@ -2628,6 +2628,16 @@
2628
"fileMatch": ["metadata.yaml", "metadata.display.yaml"],
2629
"url": "https://www.schemastore.org/gcp-blueprint-metadata.json"
2630
},
2631
+ {
2632
+ "name": "Gemini CLI settings",
2633
+ "description": "Configuration for Gemini CLI settings files",
2634
+ "fileMatch": [
2635
+ "**/.gemini/settings.json",
2636
+ "**/gemini-cli/settings.json",
2637
+ "**/GeminiCli/settings.json"
2638
+ ],
2639
+ "url": "https://raw.githubusercontent.com/google-gemini/gemini-cli/refs/heads/main/schemas/settings.schema.json"
2640
+ },
2641
{
2642
"name": "Global Privacy Control",
2643
"description": "Configuration for GPC, so a site can convey its support for the Global Privacy Control",
0 commit comments