1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

cspell: ignore the ftl files

This commit is contained in:
Sylvestre Ledru 2025-05-24 21:59:28 +02:00
parent 7847894acf
commit 726481c862

3
.vscode/cSpell.json vendored
View file

@ -26,7 +26,8 @@
"tests/**/fixtures/**",
"src/uu/dd/test-resources/**",
"vendor/**",
"**/*.svg"
"**/*.svg",
"src/uu/*/locales/*.ftl"
],
"enableGlobDot": true,