0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-19 19:42:19 +02:00

Update .gitattributes and .gitignore

Treat .binproto and .binproto.encrypted files in all directories, as binary, 
not just the root.
This commit is contained in:
Alex Konradi 2024-03-18 13:00:31 -04:00 committed by GitHub
parent 5a05c936a7
commit 89795fa2a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
.gitattributes vendored
View File

@ -3,5 +3,5 @@ acknowledgments/acknowledgments.* -merge -text
acknowledgments/acknowledgments.*.hbs merge text=auto
# Treat encrypted and unencrypted message backup files as binary
*.binproto binary
*.binproto.encrypted binary
**/*.binproto binary
**/*.binproto.encrypted binary