Skip to content

Commit

Permalink
chore: don't ignore Cargo.lock (#135)
Browse files Browse the repository at this point in the history
This PR removes the .gitignore entry for `Cargo.lock`. This is useful
for external tools such as Nix to build console without generating a
lock file locally and having to patch the source.
  • Loading branch information
yusdacra authored Sep 11, 2021
1 parent 27717a2 commit a6dce04
Show file tree
Hide file tree
Showing 2 changed files with 1,722 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
target
**/target
**/Cargo.lock
Loading

0 comments on commit a6dce04

Please sign in to comment.