From e23bc781c2550db5e6815fe80bc5b35d996394a5 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos Orfanos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Tue, 12 Oct 2021 10:54:33 +0200 Subject: [PATCH] [INFRA] Document *.webm video files as binary (#895) --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 4dee1e1a8d..2bd791b40d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ * text=auto *.png -text *.jpg -text +*.webm -text