From 6398b8d743672ed8ac8aa94fcd04552439807c7e Mon Sep 17 00:00:00 2001 From: Alexander Gordt Date: Wed, 27 Sep 2023 16:38:57 +0200 Subject: [PATCH] Enforcing binary handling of aasx files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..df520740 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.aasx binary \ No newline at end of file