39 lines
652 B
JSON
39 lines
652 B
JSON
{
|
|
"security": {
|
|
"auth": {
|
|
"selectedType": "oauth-personal"
|
|
},
|
|
"environmentVariableRedaction": {
|
|
"enabled": true
|
|
}
|
|
},
|
|
"general": {
|
|
"preferredEditor": "neovim",
|
|
"previewFeatures": true,
|
|
"enablePromptCompletion": true
|
|
},
|
|
"context": {
|
|
"fileName": [
|
|
"AGENTS.md",
|
|
"CONTEXT.md",
|
|
"GEMINI.md",
|
|
"README.md",
|
|
"CONTRIBUTING.md"
|
|
],
|
|
"ignore": [
|
|
"**/node_modules/**",
|
|
"**/.git/**",
|
|
"**/.DS_Store",
|
|
"**/dist/**",
|
|
"**/build/**"
|
|
]
|
|
},
|
|
"tools": {
|
|
"shell": {
|
|
"showColor": true
|
|
}
|
|
},
|
|
"ui": {
|
|
"showStatusInTitle": true
|
|
}
|
|
} |