From ff8717b56dfe71f371566db52d72684088da8e61 Mon Sep 17 00:00:00 2001 From: Julian Frimmel Date: Mon, 15 Mar 2021 20:14:56 +0100 Subject: [PATCH] Specify *.woff2 files as binary This prevents older git versions to change the "line endings". --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index ac0a71232efc9..4038db6f7dab1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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