diff --git a/src/utils/git.ts b/src/utils/git.ts index 1d8b0e18..52ce944f 100644 --- a/src/utils/git.ts +++ b/src/utils/git.ts @@ -23,6 +23,7 @@ const filesToExclude = [ // yarn.lock, Cargo.lock, Gemfile.lock, Pipfile.lock, etc. '*.lock', + '*.lockb', // Binary lock file ].map(excludeFromDiff); export const getStagedDiff = async (excludeFiles?: string[]) => {