Skip to content

Commit 6589b62

Browse files
committedAug 23, 2023
Don't ignore Cargo.lock
As it is an executable, Cargo.lock is recommended to be kept in the repository as suggested by the comment from the template.
1 parent 1250f5e commit 6589b62

File tree

2 files changed

+1605
-4
lines changed

2 files changed

+1605
-4
lines changed
 

‎.gitignore

-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
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-
106
# These are backup files generated by rustfmt
117
**/*.rs.bk
128

‎Cargo.lock

+1,605
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.