From 624230ad1ce927c605f7631a2675a4906342d9e8 Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Sun, 11 Jan 2026 21:14:15 +0400 Subject: [PATCH] chore: ignore spelling in camoufox-related files --- _typos.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 _typos.toml diff --git a/_typos.toml b/_typos.toml new file mode 100644 index 0000000..ee561cc --- /dev/null +++ b/_typos.toml @@ -0,0 +1,5 @@ +[files] +extend-exclude = [ + "src-tauri/src/camoufox/data/*.json", + "src-tauri/src/camoufox/data/*.xml", +]