secrets: fix subtle error with .gitkeep

Add secrets .gitattributes to secrets dir and avoid encrypting it.
Fixes an issue with .gitkeep causing build failures on unlocked repos.
This commit is contained in:
Timothy DeHerrera 2021-02-12 23:07:49 -07:00
parent 147e5a8b12
commit 1eb4d1f5ea
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122
3 changed files with 2 additions and 1 deletions

1
.gitattributes vendored
View file

@ -1 +0,0 @@
secrets/** filter=git-crypt diff=git-crypt

2
secrets/.gitattributes vendored Normal file
View file

@ -0,0 +1,2 @@
* filter=git-crypt diff=git-crypt
.gitattributes !filter !diff

Binary file not shown.