From bc2a6fbda2fd90394352a7742d33f6b35102abe2 Mon Sep 17 00:00:00 2001 From: Maryna Balioura Date: Mon, 16 Jun 2025 03:58:46 +0200 Subject: [PATCH] chore: add .code-workspace to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2199cea..07ba1d7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .idea node_modules package-lock.json +*.code-workspace *.vsix # tests/integration