Skip to content

Commit 2a45e7e

Browse files
authored
add new bun lockfile format to default ignores (#21)
1 parent b662904 commit 2a45e7e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export const DEFAULT_IGNORES = [
2929
"pnpm-lock.yaml",
3030
// Bun
3131
"bun.lockb",
32+
"bun.lock",
3233
// Deno
3334
"deno.lock",
3435
// PHP (Composer)

0 commit comments

Comments
 (0)