cspell: also ignore flt files in uucore

This commit is contained in:
Sylvestre Ledru
2025-08-14 10:52:03 +02:00
parent 913844d080
commit c7ad0037f2
+2 -1
View File
@@ -27,7 +27,8 @@
"src/uu/dd/test-resources/**",
"vendor/**",
"**/*.svg",
"src/uu/*/locales/*.ftl"
"src/uu/*/locales/*.ftl",
"src/uucore/locales/*.ftl"
],
"enableGlobDot": true,