Created by: lukyth
Close #7765 (closed)
Description
From https://github.com/facebook/create-react-app/issues/7765, yarn.lock
hasn't been dealt with yet in this project.
According to the discussion in that issue, yarn.lock
should be ignored in this project.
Acceptance criteria
- git status should be unchanged when running
yarn
for the first time. -
yarn.lock
should be ignored in.gitignore
.