Add Bun .lockb diff support

This commit is contained in:
Danielle McLean 2023-09-18 09:42:01 +10:00
parent 42e3323a37
commit de371ed2b9
Signed by: 00dani
GPG key ID: 52C059C3B22A753E
2 changed files with 5 additions and 0 deletions

View file

@ -1,2 +1,3 @@
*.yml diff=dyff
*.yaml diff=dyff
*.lockb binary diff=lockb

View file

@ -53,6 +53,10 @@
binary = true
textconv = "gpg -qd --no-tty"
[diff "lockb"]
binary = true
textconv = "bun"
[diff "sops"]
textconv = "sops -d"