From aff5779d60199dd9c4aab160d926f4d309b61c55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20T=C3=B6lle?= Date: Sat, 4 Nov 2023 02:10:40 +0100 Subject: [PATCH] feat: add zip to lfs --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 4952350..deb9fe3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ *.pdf filter=lfs diff=lfs merge=lfs -text *.png filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text