Skip to content

Commit

Permalink
Un-ignore Cargo.lock
Browse files Browse the repository at this point in the history
Official cargo documentation says Cargo.lock should be
under version control for binaries (but not for libraries)

see https://doc.rust-lang.org/cargo/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries
  • Loading branch information
GKnirps committed Aug 28, 2023
1 parent c0ce909 commit 7a62098
Show file tree
Hide file tree
Showing 51 changed files with 2,877 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ venv/
.DS_Store
.vs/
**/target/
Cargo.lock

This comment has been minimized.

Copy link
@PGFhitman

PGFhitman Dec 1, 2023

eeewewewewewewewee

This comment has been minimized.

Copy link
@GKnirps

GKnirps Dec 1, 2023

Author Contributor

I don't understand what you are trying to say. Was this comment posted accidentally?

**/*.rs.bk
/target
todo.md
75 changes: 75 additions & 0 deletions 01_Acey_Ducey/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

75 changes: 75 additions & 0 deletions 02_Amazing/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions 03_Animal/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

75 changes: 75 additions & 0 deletions 04_Awari/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

75 changes: 75 additions & 0 deletions 05_Bagels/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

75 changes: 75 additions & 0 deletions 10_Blackjack/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7a62098

Please sign in to comment.