motion
motion copied to clipboard
Why is `.yarn/cache` committed to git repository?
I noticed that this repository is quite large when cloning, and I found that the .yarn/cache directory is committed to git.
I guess this is because of Yarn's Zero-installs strategy.