Skip to content

Commit

Permalink
chore: Add Cargo.lock as recommended for executables
Browse files Browse the repository at this point in the history
  • Loading branch information
nickamzol committed Apr 15, 2024
1 parent 924cc4a commit c4f47dd
Show file tree
Hide file tree
Showing 2 changed files with 3,228 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk
Expand Down
Loading

0 comments on commit c4f47dd

Please sign in to comment.