100devs / course-tracker

A course-tracker for 100Devs
26 stars 9 forks source link

Task 67 add yarn.lock to .gitignore #73

Closed JenniferToops closed 3 years ago

JenniferToops commented 3 years ago

Added yarn.lock to .gitignore file

**Forgot to add Yolanda Haynes as a co-author in the commit.

Co-Authored-By: Yolanda Haynes yhaynes@giyo.us

JenniferToops commented 3 years ago

We should also delete the yarn.lock as well.

I just removed yarn.lock from the root folder. To confirm: we don't actually need the yarn.lock folder in the repo since folx who fork/clone the repo for their own use will end up with their own copy at the time they yarn install, correct? Am I missing anything? Thanks!

indifferentghost commented 3 years ago

Correct this looks great!