Add package-lock.json which generate by npm

After running tox, generate the package-lock.json
file by npm command.
So that, add it into .gitignore file.

Change-Id: I612a5225963007896b5c18d6cec535d0e09d934a
This commit is contained in:
zhubx007 2018-08-07 18:36:21 +08:00
parent 9a66accb1c
commit db15eef58d
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -45,3 +45,4 @@ ChangeLog
tags
ghostdriver.log
.idea
package-lock.json