From 43721904cebdb044fe6e9442088ed708bc49fe60 Mon Sep 17 00:00:00 2001 From: not-nullptr Date: Wed, 13 Nov 2024 16:35:57 +0000 Subject: [PATCH] feat: add bun lock to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 79518f7..93e046f 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,5 @@ Thumbs.db # Vite vite.config.js.timestamp-* vite.config.ts.timestamp-* + +bun.lockb \ No newline at end of file