From f7958b8fde0c2f300ad24a0cf79b670802c114b0 Mon Sep 17 00:00:00 2001 From: David Skoland Date: Wed, 28 Jan 2026 14:11:47 +0100 Subject: ignore bun.lock --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 4f1a60f..67fe165 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,6 @@ node_modules # Jetbrains .idea/ + +# Ignore lockfile to always get newest versions and keep dependabot away +bun.lock -- cgit