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.
This commit is contained in:
Claudia Meadows 2024-09-23 04:58:02 -07:00
parent b8f5a10022
commit a4bf63d899
No known key found for this signature in database
GPG key ID: C86B594396786760

2
.gitattributes vendored
View file

@ -1,8 +1,6 @@
* text=auto
/mithril.js binary
/mithril.min.js binary
/package-lock.json binary
/yarn.lock binary
# Assets
*.png binary