From 1c71f24fab3f0fdc6a28143512b7544f83540931 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 9 Mar 2024 19:14:13 +0000 Subject: [PATCH] Mark PDFs as binary files in .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..d72fd520 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.pdf binary