Skip to content

Commit

Permalink
cargo: exclude .github/ directory from crate
Browse files Browse the repository at this point in the history
Signed-off-by: Marvin Beckers <[email protected]>
  • Loading branch information
embik committed Nov 19, 2023
1 parent d3762d1 commit 5918d7c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ keywords = ["kubernetes", "kubeconfig", "kubectl"]
categories = ["command-line-utilities"]
license-file = "LICENSE"

exclude = [
".github/",
]

[[bin]]
path = "src/main.rs"
name = "kbs"
Expand Down

0 comments on commit 5918d7c

Please sign in to comment.