From fbc29a166e59a732b2efaf5a6860ef84decea0f0 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Mon, 17 Nov 2025 16:50:43 -0600 Subject: [PATCH] ignore bun lock file --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 902ed77c..dc33551a 100644 --- a/.gitignore +++ b/.gitignore @@ -20,4 +20,5 @@ build tmp/ dump/ result -jwt.key* \ No newline at end of file +jwt.key* +bun.lock