From 7f0604d36182fbadbc8c4954264b98764ff13efb Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 20 Mar 2023 20:22:31 +0200 Subject: [PATCH] .gitattributes: also export-ignore *.pdf --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 6ff083f..18af353 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,4 +5,4 @@ #LICENSE text eol=lf export-ignore .pre-commit-config.yaml text eol=lf export-ignore README.md text eol=lf export-ignore -*.pdf filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text export-ignore