From a62c549f9bd9441d66193d4c835e50a5a26bf386 Mon Sep 17 00:00:00 2001 From: Jez Cope Date: Wed, 21 Jul 2021 20:36:22 +0100 Subject: [PATCH] Ignore unimportant files when packaging --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 23562ca..6936c3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ license = "GPL-3.0-or-later" repository = "https://tildegit.org/petrichor/mxadm" homepage = "https://tildegit.org/petrichor/mxadm" readme = "README.md" +exclude = ["envrc.sample", "flake.nix", "flake.lock"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html