diff --git a/config/git/attributes b/config/git/attributes index b6fafc6..6ef3eb2 100644 --- a/config/git/attributes +++ b/config/git/attributes @@ -1,2 +1,3 @@ *.yml diff=dyff *.yaml diff=dyff +*.lockb binary diff=lockb diff --git a/config/git/config b/config/git/config index 1e28b98..0fb2848 100644 --- a/config/git/config +++ b/config/git/config @@ -53,6 +53,10 @@ binary = true textconv = "gpg -qd --no-tty" +[diff "lockb"] + binary = true + textconv = "bun" + [diff "sops"] textconv = "sops -d"