chore: fix .git/ exclude

This commit is contained in:
Gerald Pinder 2023-11-05 10:40:10 -05:00
parent 13d10bedf9
commit ea6143c7f7

View file

@ -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", ".helix/", ".git", ".gitignore"]
exclude = [".gitlab-ci.yml", ".helix/", ".git/", ".gitignore"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html