From 27ad0ecea421c0505e1edecf92dd4d8ef034cdb5 Mon Sep 17 00:00:00 2001 From: Sangelo Date: Mon, 10 Jun 2024 10:32:15 +0200 Subject: [PATCH] [c] add bun to list of ignored files for prettier and eslint --- .eslintignore | 3 ++- .prettierignore | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.eslintignore b/.eslintignore index 3897265..3234e30 100644 --- a/.eslintignore +++ b/.eslintignore @@ -7,7 +7,8 @@ node_modules .env.* !.env.example -# Ignore files for PNPM, NPM and YARN +# Ignore files for PNPM, NPM, YARN and BUN pnpm-lock.yaml package-lock.json yarn.lock +bun.lockb diff --git a/.prettierignore b/.prettierignore index 3897265..3234e30 100644 --- a/.prettierignore +++ b/.prettierignore @@ -7,7 +7,8 @@ node_modules .env.* !.env.example -# Ignore files for PNPM, NPM and YARN +# Ignore files for PNPM, NPM, YARN and BUN pnpm-lock.yaml package-lock.json yarn.lock +bun.lockb