cspell: ignore the ftl files

This commit is contained in:
Sylvestre Ledru
2025-05-28 23:45:58 +02:00
parent 7847894acf
commit 726481c862
+2 -1
View File
@@ -26,7 +26,8 @@
"tests/**/fixtures/**",
"src/uu/dd/test-resources/**",
"vendor/**",
"**/*.svg"
"**/*.svg",
"src/uu/*/locales/*.ftl"
],
"enableGlobDot": true,