From c38585a5b9a7da46b4e737b4797ad8831ab71144 Mon Sep 17 00:00:00 2001 From: DaCool <8727384-DaCool@users.noreply.gitlab.com> Date: Wed, 17 Nov 2021 18:09:14 +0000 Subject: [PATCH] Treat starter (.sfx) executable as binary --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index d19ab30..ee003cc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,4 @@ *.jar binary *.png binary +*.sfx binary