From afb18d9c0cc2da38c8fd68d3651cb5763e36667a Mon Sep 17 00:00:00 2001 From: Raphael Date: Sun, 27 Jul 2025 18:08:34 +0200 Subject: [PATCH] feat(git/ignore): adding the lock to the ignore file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 69a0dda..6944f1a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # dependencies (bun install) node_modules +*.lock # output out