Add Bun .lockb diff support
This commit is contained in:
parent
42e3323a37
commit
de371ed2b9
2 changed files with 5 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
|||
*.yml diff=dyff
|
||||
*.yaml diff=dyff
|
||||
*.lockb binary diff=lockb
|
||||
|
|
|
@ -53,6 +53,10 @@
|
|||
binary = true
|
||||
textconv = "gpg -qd --no-tty"
|
||||
|
||||
[diff "lockb"]
|
||||
binary = true
|
||||
textconv = "bun"
|
||||
|
||||
[diff "sops"]
|
||||
textconv = "sops -d"
|
||||
|
||||
|
|
Loading…
Reference in a new issue