From c2910efb5ca7cf44eaa86822230b3ab275374cd5 Mon Sep 17 00:00:00 2001 From: Arthur Bols Date: Fri, 22 Mar 2024 22:37:25 +0100 Subject: [PATCH] Exclude `renovate.json` from package --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index a73937d..b58eff6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ authors = ["uutils developers"] version = "0.1.0" edition = "2021" rust-version = "1.70" +exclude = ["/renovate.json"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html