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:
parent
b8f5a10022
commit
a4bf63d899
1 changed files with 0 additions and 2 deletions
2
.gitattributes
vendored
2
.gitattributes
vendored
|
|
@ -1,8 +1,6 @@
|
|||
* text=auto
|
||||
/mithril.js binary
|
||||
/mithril.min.js binary
|
||||
/package-lock.json binary
|
||||
/yarn.lock binary
|
||||
|
||||
# Assets
|
||||
*.png binary
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue