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

pull/21833/head
J. Ryan Stinnett 2019-03-13 15:49:01 +00:00
parent ebaf083c1f
commit 5bf6206578
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

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