codefellows / setup-guide

Computer setup instructions for students starting classes at Code Fellows
https://codefellows.github.io/setup-guide
39 stars 74 forks source link

301 step 3 package-lock.json is in .gitignore #156

Closed DavidSouther closed 2 years ago

DavidSouther commented 2 years ago

Step 3 has students add the package-lock.json to their git repo, but it's ignored in the default .gitignore. We should mention needing the -f flag when doing git add.