mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 17:11:07 -05:00
12 lines
193 B
TOML
12 lines
193 B
TOML
[files]
|
|
extend-exclude = [
|
|
"*",
|
|
"!checked/",
|
|
"!checked/**",
|
|
]
|
|
ignore-hidden = true
|
|
ignore-files = true
|
|
ignore-dot = true
|
|
ignore-vcs = true
|
|
ignore-global = true
|
|
ignore-parent = true
|