From 13d10bedf951d70a1f42c6dbebd0098ec7a2a610 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Sun, 5 Nov 2023 10:37:36 -0500 Subject: [PATCH] chore: Exclude some more files --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c9170e2..3eca47b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ description = "A CLI tool built for creating Containerfile templates based on th repository = "https://gitlab.com/wunker-bunker/ublue-cli" license = "Apache-2.0" categories = ["command-line-utilities"] -exclude = [".gitlab-ci.yml"] +exclude = [".gitlab-ci.yml", ".helix/", ".git", ".gitignore"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html