From 792c6d48d2fa62eefe8e86209ccdb1522e587f20 Mon Sep 17 00:00:00 2001 From: Kamila Bromboszcz Date: Thu, 25 Jun 2026 11:25:36 +0000 Subject: [PATCH 1/2] Treat ASN files as binary to reduce diff cost --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..aeb208d --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.asn binary \ No newline at end of file -- GitLab From 2cb90ed2d5c7b6d54fa56af7e132c876c449fc72 Mon Sep 17 00:00:00 2001 From: Kamila Bromboszcz Date: Thu, 25 Jun 2026 11:42:21 +0000 Subject: [PATCH 2/2] Edit .gitattributes --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index aeb208d..3df2c0d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -*.asn binary \ No newline at end of file +*.asn binary \ No newline at end of file -- GitLab