From a3062ffa32801892b987547b48831eab49010cf1 Mon Sep 17 00:00:00 2001 From: Aidan Honor Date: Sun, 9 Mar 2025 00:06:33 -0500 Subject: [PATCH] ignore: bun and webstorm --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index a813645..b6f57b6 100644 --- a/.gitignore +++ b/.gitignore @@ -41,7 +41,11 @@ yarn-error.log* next-env.d.ts # bun +bun.lock bun.lockb +# webstorm +.idea/ + # misc package-lock.json \ No newline at end of file