+1
.gitignore
+1
.gitignore
···
1
+
.aider*
+7
agents/.aider.conf.yml
+7
agents/.aider.conf.yml
+27
agents/.gemini/settings.json
+27
agents/.gemini/settings.json
···
1
+
{
2
+
"selectedAuthType": "oauth-personal",
3
+
"theme": "Atom One",
4
+
"editor": "vim",
5
+
"mcpServers": {
6
+
"jetbrains": {
7
+
"command": "npx",
8
+
"args": [
9
+
"-y",
10
+
"@jetbrains/mcp-proxy"
11
+
]
12
+
},
13
+
"context7": {
14
+
"command": "npx",
15
+
"args": [
16
+
"-y",
17
+
"@upstash/context7-mcp"
18
+
]
19
+
}
20
+
},
21
+
"contextFileName": [
22
+
"GEMINI.md",
23
+
"AGENTS.md"
24
+
],
25
+
"usageStatisticsEnabled": false,
26
+
"vimMode": true
27
+
}