Skip to content

Commit 58c2499

Browse files
committed
Override crates.io
During development and CI the repo contents are to be tested, but .cargo shouldn't be published.
1 parent eca90a0 commit 58c2499

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.cargo/config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
paths = ["ops", "cli", "base", "formats/weechat", "formats/energymech"]

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
.cargo
21
/target
32
**/target
43
*/**/Cargo.lock

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ license = "Apache-2.0"
55
name = "ilc"
66
repository = "https://github.com/tilpner/ilc"
77
version = "0.3.0"
8+
exclude = [".cargo/**"]
89

910
[[bin]]
1011
name = "ilc"

0 commit comments

Comments
 (0)