diff --git a/typos.toml b/typos.toml new file mode 100644 index 0000000..d95c5e1 --- /dev/null +++ b/typos.toml @@ -0,0 +1,13 @@ +[default] +# Only check these file extensions +extend-include = ["*.md", "*.html"] + +# Exclude code directories +exclude = [ + ".git", + "target", + "node_modules", + ".forgejo", + "src", + "bin", +]