From 2b55d9b535cf95a09c529faf2eae63f250cc8d57 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Wed, 31 Oct 2018 00:03:01 +0800 Subject: Enable LFS for .fits and .fits.xz --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7a679d4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.fits filter=lfs diff=lfs merge=lfs -text +*.fits.xz filter=lfs diff=lfs merge=lfs -text -- cgit v1.2.2