gitattributes: use sops differ for secrets

This requires the following to be placed in one’s git config:

    [diff "sops"]
        textconv = "sops -d"
This commit is contained in:
Simon Bruder 2021-12-28 09:29:53 +01:00
parent 5b928180b1
commit 0e7489ea80
No known key found for this signature in database
GPG key ID: 8D3C82F9F309F8EC

1
.gitattributes vendored Normal file
View file

@ -0,0 +1 @@
**/secrets.yaml diff=sops