From 15a9961870e9ed71e6cac9602516891d5273d310 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 16 Mar 2026 18:57:00 +0000 Subject: [PATCH] chore: add .gitignore Exclude node_modules, compiled output, extension packages, and VS Code test runner directories from source control. This prevents accidentally committing build artefacts or dependency trees. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e6b3087 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +node_modules/ +out/ +*.vsix +.vscode-test/