Skip to content

Commit

Permalink
Remove Cargo.lock file from .gitignore
Browse files Browse the repository at this point in the history
We commit Cargo.lock now. Wouldn't want to ignore it!
  • Loading branch information
micahsnyder committed May 4, 2023
1 parent 6cdce8e commit 0bc766f
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 @@ -228,9 +228,5 @@ win32/res/common.rc
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 0bc766f

Please sign in to comment.