Skip to content

Commit 6ef6160

Browse files
committed
Add exclude patterns in Cargo.toml
1 parent 03d192e commit 6ef6160

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ license = "MIT"
88
keywords = ["cli", "command-line-utilities", "matrixfall"]
99
categories = ["command-line-utilities"]
1010
edition = "2024"
11+
exclude = [".github/*", ".vscode/*"]
1112

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

0 commit comments

Comments
 (0)