From 6f975facd56329d262a88b56ffe6945ac93a6853 Mon Sep 17 00:00:00 2001 From: yannk Date: Tue, 1 Oct 2019 10:33:08 +0200 Subject: [PATCH] Adding gitattributes for LFS needs --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..414df85 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.blend filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.svg filter=lfs diff=lfs merge=lfs -text +*.jpg filter=lfs diff=lfs merge=lfs -text