Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit a11877c

Browse files
author
Kris van Rens
committed
DEL: Cargo.lock for library crates.
1 parent f2ff8af commit a11877c

File tree

2 files changed

+4
-708
lines changed

2 files changed

+4
-708
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
debug/
44
target/
55

6+
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
7+
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
8+
Cargo.lock
9+
610
# These are backup files generated by rustfmt
711
**/*.rs.bk
812

0 commit comments

Comments
 (0)