From 8f401058a8e8a0dc88baa17c97df91d79902226c Mon Sep 17 00:00:00 2001 From: Chris Johnstone Date: Mon, 15 Jun 2026 15:01:35 +1200 Subject: [PATCH 1/2] Stabilize PDF asset line endings --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7e19eb6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Packaged PDF.js bundles are copied from node_modules and should not be EOL-normalized. +media/pdf.min.mjs -text +media/pdf.worker.min.mjs -text From 7ab1cf8a0020b11a61b73125acc6ab6c7aee9b2c Mon Sep 17 00:00:00 2001 From: Chris Johnstone Date: Tue, 21 Jul 2026 17:08:47 +1200 Subject: [PATCH 2/2] Retire tracked PDF asset normalization --- .gitattributes | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 7e19eb6..0000000 --- a/.gitattributes +++ /dev/null @@ -1,3 +0,0 @@ -# Packaged PDF.js bundles are copied from node_modules and should not be EOL-normalized. -media/pdf.min.mjs -text -media/pdf.worker.min.mjs -text