Skip to content

Commit 5918d7c

Browse files
committed
cargo: exclude .github/ directory from crate
Signed-off-by: Marvin Beckers <[email protected]>
1 parent d3762d1 commit 5918d7c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ keywords = ["kubernetes", "kubeconfig", "kubectl"]
1717
categories = ["command-line-utilities"]
1818
license-file = "LICENSE"
1919

20+
exclude = [
21+
".github/",
22+
]
23+
2024
[[bin]]
2125
path = "src/main.rs"
2226
name = "kbs"

0 commit comments

Comments
 (0)