From 158890cb9b943d50e3fa5cd75d69c5deba7d06c6 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Fri, 27 Apr 2018 09:14:20 -0700 Subject: [PATCH] gitattributes: Treat .ogg files as binary. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index f6cfa7f52b..0259300dad 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,4 +10,5 @@ *.png binary *.otf binary *.tif binary +*.ogg binary yarn.lock binary