mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-22 22:20:02 +00:00
20 lines
321 B
TOML
20 lines
321 B
TOML
[default.extend-words]
|
|
Pn = "Pn"
|
|
ue = "ue"
|
|
worl = "worl"
|
|
ot = "ot"
|
|
typ = "typ"
|
|
typs = "typs"
|
|
unqualifed = "unqualifed"
|
|
excluder = "excluder"
|
|
|
|
[files]
|
|
extend-exclude = [
|
|
"corrupted",
|
|
"tests-fuzz/src/data/lorem_words",
|
|
"*.sql",
|
|
"*.result",
|
|
"src/pipeline/benches/data.log",
|
|
"cyborg/pnpm-lock.yaml"
|
|
]
|