Skip to content

Commit

Permalink
Exclude .github and .vscode folders from package
Browse files Browse the repository at this point in the history
  • Loading branch information
onatm committed Sep 8, 2020
1 parent 4277051 commit 6c52c88
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 @@ -10,6 +10,10 @@ readme = "README.md"
keywords = ["kubernetes", "kubernetes-context"]
license = "MIT"
edition = "2018"
exclude = [
".github/*",
".vscode/*"
]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 6c52c88

Please sign in to comment.