From 86d41e477c4be3fc6d130279017097b2350cc09c Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Mon, 24 Jul 2017 23:38:43 +0300 Subject: [PATCH] don't track svg images --- .gitattributes | 1 + docs/sources/img/.gitattributes | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 7ad0b88..db63e28 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ # Don't diff files in dist/ *.map binary dist/** binary +*.svg filter=lfs diff=lfs merge=lfs -text diff --git a/docs/sources/img/.gitattributes b/docs/sources/img/.gitattributes index 257c15f..8dce774 100644 --- a/docs/sources/img/.gitattributes +++ b/docs/sources/img/.gitattributes @@ -1,3 +1,4 @@ *.png filter=lfs diff=lfs merge=lfs -text *.jpg filter=lfs diff=lfs merge=lfs -text *.psd filter=lfs diff=lfs merge=lfs -text +*.svg filter=lfs diff=lfs merge=lfs -text