chore: move specific CI audit rules into global .cargo/audit.toml
This commit is contained in:
+2
-1
@@ -20,9 +20,10 @@
|
||||
*.su
|
||||
*.idb
|
||||
|
||||
# Build cache (keep .cargo/config.toml for project build settings)
|
||||
# Build cache (keep .cargo/config.toml for project build settings, keep audit config)
|
||||
.cargo/*
|
||||
!.cargo/config.toml
|
||||
!.cargo/audit.toml
|
||||
|
||||
# temporary file to tools
|
||||
tmp/
|
||||
|
||||
Reference in New Issue
Block a user