mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-07 13:52:59 +00:00
14 lines
181 B
TOML
14 lines
181 B
TOML
[default.extend-words]
|
|
Pn = "Pn"
|
|
ue = "ue"
|
|
worl = "worl"
|
|
ot = "ot"
|
|
|
|
[files]
|
|
extend-exclude = [
|
|
"corrupted",
|
|
"tests-fuzz/src/data/lorem_words",
|
|
"*.sql",
|
|
"*.result"
|
|
]
|