From 173f2cfe2ce5e676b150ef17bcb62580b73f37bb Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 18 Sep 2019 17:34:50 +0200 Subject: [PATCH] Configure LFS to track tar.gz files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f087b42 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.tar.gz filter=lfs diff=lfs merge=lfs -text