Skip to content

Commit f2963ec

Browse files
committed
cspell: ignore the ftl files
1 parent 66016a5 commit f2963ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/cSpell.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"tests/**/fixtures/**",
2727
"src/uu/dd/test-resources/**",
2828
"vendor/**",
29-
"**/*.svg"
29+
"**/*.svg",
30+
"src/uu/*/locales/*.ftl"
3031
],
3132

3233
"enableGlobDot": true,

0 commit comments

Comments
 (0)