mirror of
https://github.com/yamadashy/repomix.git
synced 2025-12-16 12:00:13 +01:00
Move styl exception from _typos.toml to the existing typos.toml file. The 'styl' word is the file extension for Stylus CSS preprocessor.
18 lines
315 B
TOML
18 lines
315 B
TOML
[files]
|
|
extend-exclude = [
|
|
"website/client/.vitepress/config/*.ts",
|
|
"website/client/src/**/*.md",
|
|
".git",
|
|
"browser/**/*.txt",
|
|
]
|
|
ignore-hidden = false
|
|
|
|
[default]
|
|
extend-ignore-re = [
|
|
"Việt Nam",
|
|
]
|
|
|
|
[default.extend-words]
|
|
# "styl" is the file extension for Stylus CSS preprocessor
|
|
styl = "styl"
|