Files
libsignal/.gitattributes
2025-10-02 14:17:43 -07:00

14 lines
444 B
Plaintext

# Prevent auto-merging of generated acknowledgment files
acknowledgments/acknowledgments.* -merge -text
acknowledgments/acknowledgments.*.hbs merge text=auto
# Treat encrypted and unencrypted message backup files as binary
**/*.binproto binary
**/*.binproto.encrypted binary
# Avoid Windows line-endings for files compared literally.
**/*.expected.json text eol=lf
**/*.kt.in linguist-language=Kotlin
**/*.ts.in linguist-language=TypeScript