From 19f2613d8c0ed4e573d3c587e3622e333773ef88 Mon Sep 17 00:00:00 2001 From: William Floyd Date: Wed, 16 Mar 2022 23:29:43 -0500 Subject: [PATCH] gitattributes: LFS XCF files. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 994c4c4..d63a3f3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ *.jpeg filter=lfs diff=lfs merge=lfs -text *.jpg filter=lfs diff=lfs merge=lfs -text *.png filter=lfs diff=lfs merge=lfs -text +*.xcf filter=lfs diff=lfs merge=lfs -text