Skip to content

Commit 6443dc5

Browse files
committed
exclude github files in package pub
1 parent 9cc5d5a commit 6443dc5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@ readme = "README.md"
88
description = "Implementations of LeetCode problem solutions in Rust"
99
homepage = "https://github.com/LeetCode-Packages/Rust"
1010
keywords = ["leetcode"]
11+
exclude = [
12+
".github/*"
13+
]
1114

1215
[dependencies]

0 commit comments

Comments
 (0)