Hi, is it useful in any means to not ignore `yarn....
# javascript
a
Hi, is it useful in any means to not ignore
yarn.lock
on GitHub ?
g
you should include that file in your repos. From what I understand it helps to solve dependency issues between contributors
v
And for reproducable builds, and for reliable builds on CI.
👍 2