Kaynağa Gözat

Do not auto merge package-lock.json, but treat as text file

If package-lock is specified to be a binary file, it becomes impossible
to diff any changes. Since we only want to prevent git from merging
changes in the lockfile, we can be more specific and tell it that binary
handling is only required as merge strategy.

[skip ci]

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
tags/v26.0.0beta1
Christoph Wurst 1 yıl önce
ebeveyn
işleme
5ae8f6326c
No account linked to committer's email address
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      .gitattributes

+ 1
- 1
.gitattributes Dosyayı Görüntüle

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

Loading…
İptal
Kaydet