mirror of
https://github.com/yamadashy/repomix.git
synced 2025-06-11 00:25:54 +03:00
13 lines
309 B
TOML
13 lines
309 B
TOML
[files]
|
|
extend-exclude = [
|
|
"website/client/.vitepress/config/*.ts",
|
|
"website/client/src/**/*.md",
|
|
".git",
|
|
"browser/**/*.txt",
|
|
]
|
|
ignore-hidden = false
|
|
|
|
[default.extend-words]
|
|
# Vietnamese language words that might be flagged as typos
|
|
Nam = "Nam" # Part of "Việt Nam" (Vietnam in Vietnamese)
|