From 447d2874c71cb0b01e4eacaf820c1fd291afdd81 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Fri, 25 Oct 2019 16:20:15 +0200 Subject: [PATCH] use git lfs for bin data --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4400d7c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.zip filter=lfs diff=lfs merge=lfs -text +*.ods filter=lfs diff=lfs merge=lfs -text +*.docx filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text