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:
parent
147e5a8b12
commit
1eb4d1f5ea
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -1 +0,0 @@
|
|||
secrets/** filter=git-crypt diff=git-crypt
|
2
secrets/.gitattributes
vendored
Normal file
2
secrets/.gitattributes
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
* filter=git-crypt diff=git-crypt
|
||||
.gitattributes !filter !diff
|
BIN
secrets/.gitkeep
BIN
secrets/.gitkeep
Binary file not shown.
Loading…
Reference in a new issue