From 187961955757d158f50d2a2e555629e3470f568a Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Sun, 10 Apr 2022 13:55:27 +0200 Subject: [PATCH] [git][xs]: git lfs untrack *.svg - we don't want to track svgs in lfs since they are text and small! --- .gitattributes | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 2215704..22d991a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,3 @@ *.png filter=lfs diff=lfs merge=lfs -text *.pdf filter=lfs diff=lfs merge=lfs -text *.jpg filter=lfs diff=lfs merge=lfs -text -*.svg filter=lfs diff=lfs merge=lfs -text