Skip to content

Commit

Permalink
fix: exclude .github workflows from being packaged
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-pitblado committed Nov 11, 2024
1 parent a4b568a commit c417210
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c417210

Please sign in to comment.