From 1c9a7f9fe187b9dcd5aafa5734260bffa6ea13f6 Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Tue, 5 May 2026 16:49:56 +0300 Subject: [PATCH] chore: add .vscode to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index bc723aa..2f13284 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,9 @@ node_modules /build /dist +# IDE settings +.vscode + # Git worktrees (isolated development branches) .worktrees