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