diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-06-14 01:23:33 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-06-14 01:23:33 +0200 |
commit | 940fe703931f0aa97f68593340d0925af19187ee (patch) | |
tree | 4c9e5ad2fbbe4998559bd4de793f0e32bdb205f9 | |
parent | 565bf6fe8032e30900489be130c478e31a6ba51f (diff) |
Mark *.otf files as binary
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 89147c5..0e79892 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ *.avif binary *.jpg binary +*.otf binary vendor/ linguist-vendored
\ No newline at end of file |