From e7680b60eadf6bfd6c95c95f1c27cd68151d3878 Mon Sep 17 00:00:00 2001 From: daudix Date: Fri, 25 Oct 2024 22:45:21 +0300 Subject: [PATCH] Update spell checker ignore --- typos.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typos.toml b/typos.toml index db56381..c98516a 100644 --- a/typos.toml +++ b/typos.toml @@ -1,2 +1,2 @@ [files] -extend-exclude = ["static/*.js", "i18n/ar.toml", "i18n/es.toml", "i18n/fa.toml", "i18n/ms.toml", "i18n/ru.toml", "i18n/zh-Hans.toml"] +extend-exclude = ["*.js", "i18n/ar.toml", "i18n/es.toml", "i18n/fa.toml", "i18n/ms.toml", "i18n/ru.toml", "i18n/zh-Hans.toml"]