From 3ad550e43684cc7f2a69445351fdcb502fc25849 Mon Sep 17 00:00:00 2001 From: Olivia Mestre Llobell <59211313+BYolivia@users.noreply.github.com> Date: Fri, 16 Jan 2026 18:36:35 +0100 Subject: [PATCH] Add .vscode and bun.lock to .gitignore for improved environment management --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index a547bf3..25ed449 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ dist-ssr *.local # Editor directories and files +.vscode .vscode/* !.vscode/extensions.json .idea @@ -22,3 +23,4 @@ dist-ssr *.njsproj *.sln *.sw? +bun.lock