From df9f6eb476052b0dd1e58fc692fde375a662b4c6 Mon Sep 17 00:00:00 2001 From: Alessio <148966056+alessio-locatelli@users.noreply.github.com> Date: Sat, 9 Nov 2024 11:12:26 +0200 Subject: [PATCH] chore: add "typos" config --- _typos.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 _typos.toml diff --git a/_typos.toml b/_typos.toml new file mode 100644 index 0000000..ca9f5e2 --- /dev/null +++ b/_typos.toml @@ -0,0 +1,2 @@ +[files] +extend-exclude = ["CONTRIBUTORS.md"]