mirror of
https://github.com/uutils/coreutils.git
synced 2025-07-07 21:45:01 +00:00
cspell: ignore the ftl files
This commit is contained in:
parent
7847894acf
commit
726481c862
1 changed files with 2 additions and 1 deletions
3
.vscode/cSpell.json
vendored
3
.vscode/cSpell.json
vendored
|
@ -26,7 +26,8 @@
|
|||
"tests/**/fixtures/**",
|
||||
"src/uu/dd/test-resources/**",
|
||||
"vendor/**",
|
||||
"**/*.svg"
|
||||
"**/*.svg",
|
||||
"src/uu/*/locales/*.ftl"
|
||||
],
|
||||
|
||||
"enableGlobDot": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue