add package-lock to.json .gitignore

This commit is contained in:
Ricardo Guilherme Schmidt 2018-05-13 12:41:38 -03:00
parent 75d85c70be
commit 31fb6a416d
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -36,6 +36,7 @@ coverage.json
# node
node_modules/
npm-debug.log
package-lock.json
# other
.vs/