Added package-lock.json to .gitignore

This commit is contained in:
holgerd77 2017-09-28 11:50:39 +02:00 committed by Alex Beregszaszi
parent 382864431d
commit 679b625818
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -26,6 +26,7 @@ build/Release
# Dependency directory
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
node_modules
package-lock.json
# Optional npm cache directory
.npm