From 91d8f1ec448063bf5c8b41f41bb2ca156b9824d0 Mon Sep 17 00:00:00 2001 From: vmarandon Date: Mon, 4 Mar 2024 22:47:34 +0100 Subject: [PATCH] add the VSCode *.code-workspace file to the list of ignored file for git (#111) --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ce9c8e3d..93112cd3 100644 --- a/.gitignore +++ b/.gitignore @@ -96,4 +96,4 @@ src/nectarchain/user_scripts/**/test #VScode .vscode/ - +*.code-workspace