From 2890776732cff1b547d875b2fa51cf7fe3c22605 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20Sander?= Date: Mon, 8 Aug 2022 19:02:21 +0000 Subject: [PATCH] Properly handle .qvf and .zip files in Butler SOS repo --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index a4e7536..3c9d298 100644 --- a/.gitattributes +++ b/.gitattributes @@ -37,3 +37,5 @@ release-macos export-ignore *.gif binary *.png binary *.jpeg binary +*.qvf binary +*.zip binary