javascript - Should yarn.lock be treated as a binary file in git? -
is there reason not doing so?
my idea potential git diff happen in package.json. treat yarn.lock binary.
i posted question on in yarn's issue tracker on github. sebastian mckenzie answered following:
no shouldn't. file plain text , there can merge conflicts in file may need resolve.
https://github.com/yarnpkg/yarn/issues/1776#issuecomment-260022242
Comments
Post a Comment