mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
fix .gitignore for main Cargo.lock so nix can see it
This commit is contained in:
parent
331356ae1d
commit
123d50e42c
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -78,4 +78,5 @@ www/src/roc-tutorial
|
|||
# Examples and test only crates should be fine to be unlocked.
|
||||
# This remove unneccessary lock file versioning.
|
||||
# It also ensures the compiler can always pull in 1 version of things and doesn't get restricted by sub lockfiles.
|
||||
/**/Cargo.lock
|
||||
/**/Cargo.lock
|
||||
!/Cargo.lock
|
Loading…
Add table
Add a link
Reference in a new issue