feat: support wildcard in ignored_containers (#666)

This commit is contained in:
SteveLauC
2024-01-27 10:54:55 +08:00
committed by GitHub
parent ea13c51b7d
commit 77ff6cb714
4 changed files with 20 additions and 6 deletions

7
Cargo.lock generated
View File

@@ -2417,6 +2417,7 @@ dependencies = [
"tracing-subscriber",
"walkdir",
"which",
"wildmatch",
"winapi",
]
@@ -2712,6 +2713,12 @@ version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"
[[package]]
name = "wildmatch"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "495ec47bf3c1345005f40724f0269362c8556cbc43aed0526ed44cae1d35fceb"
[[package]]
name = "winapi"
version = "0.3.9"