From cecec8bf23e757df2921ea539671dd37487ca48f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zo=C3=AB?= Date: Mon, 6 Apr 2026 00:57:45 +0200 Subject: [PATCH] chore: add *.vsix to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8e5962e..dcd8530 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ out -node_modules \ No newline at end of file +node_modules +*.vsix \ No newline at end of file