preactjs-templates / default

The default template for Preact CLI
https://github.com/developit/preact-cli
MIT License
78 stars 70 forks source link

Remove lockfiles from .gitignore #41

Closed jennydaman closed 4 years ago

jennydaman commented 4 years ago

It is best practice to keep the npm/yarn lockfile for reproducible builds.

https://classic.yarnpkg.com/blog/2016/11/24/lockfiles-for-all/

ForsakenHarmony commented 4 years ago

I think the original intention was to ignore the one you're not using, but I guess you should add that, rather than remove the one you use from the .gitignore