Skip to content

Commit e6077f9

Browse files
committed
ignore Cargo.lock
Cargo.lock should not be commited for libraries http://doc.crates.io/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries
1 parent 6f63f10 commit e6077f9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@
99

1010
# Generated by Cargo
1111
/target/
12+
13+
# Libraries should ignore Cargo.lock
14+
Cargo.lock

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)