From d6642f0f3c883941db6f50cfb8ceb915b39b6459 Mon Sep 17 00:00:00 2001 From: Flavio Fois Date: Mon, 16 Feb 2026 11:12:30 +0100 Subject: [PATCH] Add .vscode and bun.lock entries to .gitignore --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9b92967..2a09370 100644 --- a/.gitignore +++ b/.gitignore @@ -139,4 +139,8 @@ dist # IDEs .idea/ -.vscode/ \ No newline at end of file +.vscode/ + +# Bun lock file +bun.lockb +bun.lock \ No newline at end of file