Ignore package-lock.json in case of confused npm users

This commit is contained in:
J. Ryan Stinnett 2019-03-13 15:49:01 +00:00
parent ebaf083c1f
commit 5bf6206578

1
.gitignore vendored
View file

@ -1,5 +1,6 @@
/.npmrc
/*.log
package-lock.json
/node_modules
/lib