mirror of
https://github.com/sagiegurari/cargo-make
synced 2026-06-08 17:20:03 +00:00
11 lines
240 B
TOML
11 lines
240 B
TOML
# If there are words that you think should not be treated as typo.
|
|
# Please list here along with a comment.
|
|
[default.extend-words]
|
|
"MUTLI" = "MUTLI"
|
|
"SPLITTED" = "SPLITTED"
|
|
"ba" = "ba"
|
|
"hel" = "hel"
|
|
|
|
[files]
|
|
extend-exclude = ["docs/api/*"]
|