From e8928333fd998dfc7910a96b054a116420d15546 Mon Sep 17 00:00:00 2001 From: Serhioromano Date: Wed, 2 Oct 2024 14:07:50 +0500 Subject: [PATCH] exclude lock --- .gitignore | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 0bff398..cfed55c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ -node_modules -out -.vscode-test -*.vsix \ No newline at end of file +node_modules +out +.vscode-test +*.vsix +package-lock.json