From 0ab656ab3248dd01cbf44c5b6831cf1b7e52ace3 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 29 Jan 2023 12:36:04 +0200 Subject: [PATCH] .gitattributes: add *.pdf to git lfs just in case --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 24a8e87..dc0531e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ *.png filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text