mirror of
https://git.proxmox.com/git/pathpatterns
synced 2025-07-24 15:40:54 +00:00
ignore .cargo in Cargo.toml
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
916e41c50e
commit
5d689e0444
@ -6,7 +6,7 @@ edition = "2018"
|
||||
license = "AGPL-3"
|
||||
description = "Include/exclude path list implementation with git-like globbing support."
|
||||
|
||||
exclude = [ "build", "debian" ]
|
||||
exclude = [ ".cargo", "build", "debian" ]
|
||||
|
||||
[dependencies]
|
||||
bitflags = "1.2"
|
||||
|
Loading…
Reference in New Issue
Block a user