Andrew Tomaka 2019-08-29 11:34:12 -04:00
parent 5d7a97c884
commit 62adfc7b68
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
2 changed files with 5 additions and 0 deletions

1
gitattributes_global Normal file
View file

@ -0,0 +1 @@
*.yml.enc diff=enc

View file

@ -34,6 +34,7 @@
[core]
autocrlf = input
excludesfile = ~/.gitignore_global
attributesfile = ~/.gitattributes_global
filemode = false
[gpg]
program = gpg
@ -47,3 +48,6 @@
[transfer]
fsckobjects = false
# https://groups.google.com/forum/#!topic/binary-transparency/f-BI4o8HZW0
[diff "enc"]
textconv = bundle exec rails encrypted:show
cachetextconv = false