mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
fix: change .geminiignore to .qwenignore
This commit is contained in:
parent
8bb8660c72
commit
1993156721
23 changed files with 120 additions and 118 deletions
|
|
@ -448,11 +448,11 @@ export const SETTINGS_SCHEMA = {
|
|||
},
|
||||
respectGeminiIgnore: {
|
||||
type: 'boolean',
|
||||
label: 'Respect .geminiignore',
|
||||
label: 'Respect .qwenignore',
|
||||
category: 'Context',
|
||||
requiresRestart: true,
|
||||
default: true,
|
||||
description: 'Respect .geminiignore files when searching',
|
||||
description: 'Respect .qwenignore files when searching',
|
||||
showInDialog: true,
|
||||
},
|
||||
enableRecursiveFileSearch: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue