mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-27 08:29:59 +00:00
12 lines
163 B
TOML
12 lines
163 B
TOML
[default.extend-words]
|
|
ue = "ue"
|
|
datas = "datas"
|
|
|
|
[files]
|
|
extend-exclude = [
|
|
"corrupted",
|
|
"tests-fuzz/src/data/lorem_words",
|
|
"*.sql",
|
|
"*.result"
|
|
]
|