From 07db542bf65e5f729c70798d533f1d592aa2cae7 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 5 Mar 2023 11:24:04 +0000 Subject: [PATCH] chore(.gitignore): add bun lockfile (#36) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8fda44a..3c21249 100644 --- a/.gitignore +++ b/.gitignore @@ -139,6 +139,7 @@ dist .clinic # lock files +bun.lockb package-lock.json pnpm-lock.yaml yarn.lock