Merge pull request #5012 from urbit/la/package-lock

gitattributes: treat package-lock.json files as binary
This commit is contained in:
matildepark 2021-06-15 11:54:20 -05:00 committed by GitHub
commit cfd2dc6415
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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