[c] add bun to list of ignored files for prettier and eslint
All checks were successful
Build and push docker image / publish (push) Successful in 43s
All checks were successful
Build and push docker image / publish (push) Successful in 43s
This commit is contained in:
parent
7308de8728
commit
27ad0ecea4
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue