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
yarnfor the first time. -
yarn.lockshould be ignored in.gitignore.