From d1bc921ec260dda407f0676ed8d320513ca6ef46 Mon Sep 17 00:00:00 2001 From: Gwen Lg Date: Tue, 27 Jan 2026 21:16:10 +0100 Subject: [PATCH] chore: add 'typos.toml' configuration file --- typos.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 typos.toml diff --git a/typos.toml b/typos.toml new file mode 100644 index 00000000..40fa9f83 --- /dev/null +++ b/typos.toml @@ -0,0 +1,4 @@ +[default.extend-words] + +[files] +extend-exclude = ["CHANGELOG.md", "**.js", "**.svg", "doc/talks/*"]