Merge pull request #35225 from nextcloud/chore/package-lock-git-merge-strategy

Do not auto merge package-lock.json, but treat as text file
This commit is contained in:
Louis 2022-11-17 16:53:07 +01:00 committed by GitHub
commit ea24e2a323
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
.gitattributes vendored
View file

@ -1,2 +1,2 @@
/dist/* binary
/package-lock.json binary
/package-lock.json merge=binary