From b008a725a5d4dd07b11c9baf2c5a1e15dc12ab24 Mon Sep 17 00:00:00 2001 From: William Floyd Date: Fri, 13 Mar 2020 04:54:38 +0100 Subject: [PATCH] git-lfs: Manage JPG files. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4504d05 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.jpeg filter=lfs diff=lfs merge=lfs -text +*.jpg filter=lfs diff=lfs merge=lfs -text