We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b662904 commit 2a45e7eCopy full SHA for 2a45e7e
1 file changed
src/utils.ts
@@ -29,6 +29,7 @@ export const DEFAULT_IGNORES = [
29
"pnpm-lock.yaml",
30
// Bun
31
"bun.lockb",
32
+ "bun.lock",
33
// Deno
34
"deno.lock",
35
// PHP (Composer)
0 commit comments