From cfdf09a93e9c775ba83dbb66ec77ff211638b03f Mon Sep 17 00:00:00 2001 From: Chris Giacofei Date: Thu, 2 Feb 2023 16:22:47 -0500 Subject: [PATCH] Add handling of special files to repo attributes. --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitattributes b/.gitattributes index fcadb2c..571ccf3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,7 @@ * text eol=lf +*.FCStd filter=zippey +*.FCStd diff=zip +*.3mf filter=zippey +*.3mf diff=zip +*.xlsx filter=zippey +*.xlsx diff=zip