gitattributes: treat package-lock.json files as binary

This commit is contained in:
Logan Allen 2021-06-14 16:31:47 -05:00
parent 5241efbfa8
commit 52a5fe2445

1
.gitattributes vendored
View File

@ -1,3 +1,4 @@
bin/* filter=lfs diff=lfs merge=lfs -text
bin/*/* filter=lfs diff=lfs merge=lfs -text
pkg/arvo/**/*.css binary
**/package-lock.json binary merge=theirs