Restrict typos to md and html.
This commit is contained in:
parent
ee0bc7802c
commit
20a917b074
1 changed files with 13 additions and 0 deletions
13
typos.toml
Normal file
13
typos.toml
Normal file
|
|
@ -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",
|
||||||
|
]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue