Diff Rails credentials files
This commit is contained in:
parent
e635cc8573
commit
e9b32586ab
2 changed files with 6 additions and 0 deletions
1
git/.config/git/gitattributes_global
Normal file
1
git/.config/git/gitattributes_global
Normal file
|
@ -0,0 +1 @@
|
|||
*.yml.enc diff=enc
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
[core]
|
||||
autocrlf = input
|
||||
attributesfile = ~/.config/git/gitattributes_global
|
||||
excludesfile = ~/.config/git/gitignore_global
|
||||
|
||||
[github]
|
||||
|
@ -33,5 +34,9 @@
|
|||
name = Andrew Tomaka
|
||||
signingkey = 61209BF70A5B18BE
|
||||
|
||||
[diff "enc"]
|
||||
textconv = bundle exec rails encrypted:show
|
||||
cachetextconv = false
|
||||
|
||||
[includeIf "gitdir:~/Source/work/"]
|
||||
path = ~/.config/git/gitconfig_benefitbay
|
||||
|
|
Loading…
Reference in a new issue