mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-05 21:02:58 +00:00
ci: ignore type in sqlness sql and result files (#3616)
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
[default.extend-words]
|
||||
ue = "ue"
|
||||
datas = "datas"
|
||||
|
||||
[files]
|
||||
extend-exclude = ["corrupted","tests-fuzz/src/data/lorem_words"]
|
||||
extend-exclude = [
|
||||
"corrupted",
|
||||
"tests-fuzz/src/data/lorem_words",
|
||||
"*.sql",
|
||||
"*.result"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user