From 76dbf887507b349886b802a2dd0e2a6462c167bb Mon Sep 17 00:00:00 2001 From: OCram85 Date: Sat, 21 Nov 2020 20:05:22 +0100 Subject: [PATCH] add webfonts to gitignore --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index c1d2ba2..41a6f84 100644 --- a/.gitattributes +++ b/.gitattributes @@ -46,3 +46,6 @@ Dockerfile text eol=lf *.mp3 binary *.ogg binary *.flv binary +*.svg binary +*.woff binary +*.woff2 binary