From c4172100f8b0bee38a23a9835853c4874a449c4a Mon Sep 17 00:00:00 2001 From: Mark Pitblado Date: Mon, 11 Nov 2024 08:06:41 -0800 Subject: [PATCH] fix: exclude .github workflows from being packaged --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 078ebc4..1553eb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,9 @@ license = "MIT" description = "A terminal application to manage tasks in vikunja" repository = "https://github.com/mark-pitblado/vikunja-tui" readme = "README.md" +exclude = [ +".github/*" +] [dependencies] regex = "1"