.
Some checks failed
Spell Check / Check spelling (push) Failing after 8s
vale / runner / vale (push) Successful in 4s

This commit is contained in:
g_it 2026-04-08 16:08:17 +02:00
commit d6d3b125ed
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627
3 changed files with 5 additions and 12 deletions

4
.codespell.toml Normal file
View file

@ -0,0 +1,4 @@
[tool.codespell]
skip = ".git,target,node_modules,.forgejo,src,bin"
extensions = "md,html,adoc,txt"
dictionaries = ["clear", "rare", "informal", "code"]