From 813a34f4285641ced9b77575e277b8280642a6c5 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 25 Nov 2021 23:23:24 +0100 Subject: [PATCH] Add LFS support --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0b75546 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.pdf filter=lfs diff=lfs merge=lfs -text +*.gif filter=lfs diff=lfs merge=lfs -text