From 123d50e42c00a62c537e445007f33c7f9ff6d72c Mon Sep 17 00:00:00 2001 From: Brendan Hansknecht Date: Mon, 6 Mar 2023 21:38:28 -0800 Subject: [PATCH] fix .gitignore for main Cargo.lock so nix can see it --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index aeee61b7f6..dffbb9c5dc 100644 --- a/.gitignore +++ b/.gitignore @@ -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 \ No newline at end of file +/**/Cargo.lock +!/Cargo.lock \ No newline at end of file