From 3f468f74d82ee2c7bd8382a04b9c1cebc81a265b Mon Sep 17 00:00:00 2001 From: Christoffer Artmann Date: Mon, 3 Feb 2025 12:01:02 +0100 Subject: [PATCH] feat: Ignore the Bun lock files by default Fixes #162 --- src/gitingest/ignore_patterns.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gitingest/ignore_patterns.py b/src/gitingest/ignore_patterns.py index 90ef2104..5741ab15 100644 --- a/src/gitingest/ignore_patterns.py +++ b/src/gitingest/ignore_patterns.py @@ -23,6 +23,8 @@ ".npm", ".yarn", ".pnpm-store", + "bun.lock", + "bun.lockb", # Java "*.class", "*.jar",