Skip to content

Commit

Permalink
Unignore Cargo.lock file
Browse files Browse the repository at this point in the history
This makes it much easier to checkout a previous revision of the project and have a working set of dependencies. That helps for example with things like running `git bisect` when finding regressions.

see also https://blog.rust-lang.org/2023/08/29/committing-lockfiles.html
  • Loading branch information
Turbo87 committed Dec 26, 2024
1 parent 12d7d9c commit 6b532da
Show file tree
Hide file tree
Showing 2 changed files with 6,309 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
target
Cargo.lock
.DS_Store
.vscode
Loading

0 comments on commit 6b532da

Please sign in to comment.