From a4bf63d899fe399db1606823e77deb455f444717 Mon Sep 17 00:00:00 2001 From: Claudia Meadows Date: Mon, 23 Sep 2024 04:58:02 -0700 Subject: [PATCH] Remove the binary attribute from the lockfiles It's causing rebases to be absolute nightmares, and they are designed to be very easily patched as text files. --- .gitattributes | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index bc1c2b0d..af779b11 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,6 @@ * text=auto /mithril.js binary /mithril.min.js binary -/package-lock.json binary -/yarn.lock binary # Assets *.png binary