Skip to content

Commit a91191b

Browse files
authored
feat: Ignore the Bun lock files by default (#163)
Fixes #162
1 parent ecaee49 commit a91191b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/gitingest/ignore_patterns.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
".npm",
2424
".yarn",
2525
".pnpm-store",
26+
"bun.lock",
27+
"bun.lockb",
2628
# Java
2729
"*.class",
2830
"*.jar",

0 commit comments

Comments
 (0)