Skip to content

Commit 7f2af98

Browse files
committed
feat: Add Gemini settings file to specify context filenames for Claude and Gemini.
1 parent 85c32d1 commit 7f2af98

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.gemini/settings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"context": {
3+
"fileName": [
4+
"CLAUDE.md",
5+
"GEMINI.md"
6+
]
7+
}
8+
}

0 commit comments

Comments
 (0)