Skip to content

Commit

Permalink
chore(config): update .gitignore
Browse files Browse the repository at this point in the history
Remove unnecessary blank lines and update comments for Cargo.lock handling. This change clarifies the conditions under which Cargo.lock should be included or excluded from version control.
  • Loading branch information
rrrodzilla committed Jun 29, 2024
1 parent 6bdbc50 commit acdf71a
Show file tree
Hide file tree
Showing 2 changed files with 3,061 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/
*.nix
# 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
Expand Down
Loading

0 comments on commit acdf71a

Please sign in to comment.