mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-01 05:00:46 +00:00
cleanup unused customIgnorePatterns (#1009)
This commit is contained in:
parent
d25459d815
commit
c886f08525
5 changed files with 2 additions and 6 deletions
|
|
@ -29,7 +29,6 @@ describe('ReadManyFilesTool', () => {
|
|||
return service;
|
||||
},
|
||||
getFileFilteringRespectGitIgnore: () => true,
|
||||
getFileFilteringCustomIgnorePatterns: () => [],
|
||||
getFileFilteringAllowBuildArtifacts: () => false,
|
||||
getGeminiIgnorePatterns: () => ['**/foo.bar', 'foo.baz', 'foo.*'],
|
||||
} as Partial<Config> as Config;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue