Skip to content

Commit

Permalink
chore: remove Cargo.lock from .gitignore (#113)
Browse files Browse the repository at this point in the history
Fixes #112
  • Loading branch information
l2dy authored Jul 23, 2024
1 parent 79b73bf commit 0afbca8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,5 @@
debug/
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

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

0 comments on commit 0afbca8

Please sign in to comment.