From a9375b35ce56ff739ef0651b6311d407813d30dc Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 5 Mar 2023 08:40:30 +0000 Subject: [PATCH] chore(.gitignore): add bun lockfile --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c78bce1..be4800c 100644 --- a/.gitignore +++ b/.gitignore @@ -136,6 +136,7 @@ dist .DS_Store # lock files +bun.lockb package-lock.json pnpm-lock.yaml yarn.lock