From 10b76cf34f0a2c55dafc0d9b080697b0a199bfe4 Mon Sep 17 00:00:00 2001 From: TobyG74 Date: Thu, 21 Sep 2023 15:08:43 +0700 Subject: [PATCH] chore: ignore bun.lockb --- .gitignore | 3 ++- .npmignore | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 81c553b..1aaadcc 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ yarn-lock.json package-lock.json yarn.lock lib -test.js \ No newline at end of file +test.js +bun.lockb \ No newline at end of file diff --git a/.npmignore b/.npmignore index 32749c7..4fdc6c4 100644 --- a/.npmignore +++ b/.npmignore @@ -6,4 +6,5 @@ tsconfig.json .eslintrc .prettierrc src -test.js \ No newline at end of file +test.js +bun.lockb \ No newline at end of file