mirror of
https://github.com/yamadashy/repomix.git
synced 2026-05-30 11:18:53 +02:00
f8f476fbb8
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"
|