From 640759c484c81bd685877e76002fae2af6f6f5d5 Mon Sep 17 00:00:00 2001 From: Ostrzyciel Date: Tue, 10 Jun 2025 18:48:52 +0200 Subject: [PATCH] gitattributes: mark Jelly files as binary --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..66d01c8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Mark Jelly files as binary +*.jelly binary +*.jellyp binary