Specify *.woff2 files as binary

This prevents older git versions to change the "line endings".
This commit is contained in:
Julian Frimmel 2021-03-15 20:14:56 +01:00
parent 2ccf06302c
commit ff8717b56d
1 changed files with 1 additions and 0 deletions

1
.gitattributes vendored
View File

@ -8,6 +8,7 @@
*.mir linguist-language=Rust
src/etc/installer/gfx/* binary
*.woff binary
*.woff2 binary
src/vendor/** -text
Cargo.lock linguist-generated=false