From 7fe4ab776c3b2bf2fa75db0f1211f31d3097667d Mon Sep 17 00:00:00 2001 From: Michael Fabian Dirks Date: Wed, 28 Jun 2017 23:55:22 +0200 Subject: [PATCH] LFS for image files --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..81a6047 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.png filter=lfs diff=lfs merge=lfs -text +*.psd filter=lfs diff=lfs merge=lfs -text +*.jpg filter=lfs diff=lfs merge=lfs -text +*.bmp filter=lfs diff=lfs merge=lfs -text