From d69559931cafee605f8007c564eeec4117e0315e Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 20 Dec 2023 13:43:49 -0500 Subject: [PATCH] Specify some ignores for packaging crate Signed-off-by: mulhern --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 7add976..a8dc034 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ repository = "https://github.com/stratis-storage/loopdev-3" readme = "README.md" keywords = ["loop"] edition = "2021" +exclude = ["/.github", ".gitignore"] [lib] name = "loopdev"