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