Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit d4b3d5e

Browse files
committed
Auto merge of #206 - JohnTitor:exclude-some-dirs, r=JohnTitor
Exclude some dirs on releases
2 parents fc6c73b + d4c000b commit d4b3d5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ version = "0.1.47"
99
authors = ["Inokentiy Babushkin <twk@twki.de>"]
1010
license-file = "LICENSE"
1111
edition = "2018"
12+
exclude = ["/ci/*", "/.github/*", "/doc"]
1213

1314
[dependencies]
1415
cargo = "0.55"

0 commit comments

Comments
 (0)