From d3fccc23bf5a3b6b0e2e1fdcf826d6a9bc5e769e Mon Sep 17 00:00:00 2001 From: Caleb Schoepp Date: Tue, 31 Jan 2023 15:50:24 -0700 Subject: [PATCH] Start tracking the workspace Cargo.lock Signed-off-by: Caleb Schoepp --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 896a8d67..446ae14d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ ignored-assets main.wasm .parcel-cache .vscode/*.log -Cargo.lock +tests/**/Cargo.lock +crates/**/Cargo.lock