jakearchibald / wittr

Silly demo app for an online course
385 stars 555 forks source link

Adds `package-lock.json` to `.gitignore` #35

Open benjaminhoffman opened 6 years ago

benjaminhoffman commented 6 years ago

Going through the service worker course on udacity and running npm install generates a package.json file thereby automatically creating a diff. May confuse newb users when they run npm reset --hard as there is still a diff.

benjaminhoffman commented 6 years ago

@jakearchibald would love to get this merged. Helpful for engineers who are just getting started w/ offline-first courses. :)

benjaminhoffman commented 6 years ago

@jakearchibald bump :)

normally this isn't that big of a deal but it does create confusion for newb devs who may not understand why there's a diff.