Ignore package-lock.json

We want to make sure that Travis checks against the latest version of
our dependencies, and also maintain compatibility across multiple
versions of Node.

Signed-off-by: Steve Gravrock <sgravrock@pivotal.io>
This commit is contained in:
Gregg Van Hove
2017-10-23 11:53:48 -07:00
committed by Steve Gravrock
parent b7e9594c86
commit 8973e4e44f

1
.gitignore vendored
View File

@@ -11,6 +11,7 @@ site/
.bundle
tags
Gemfile.lock
package-lock.json
pkg/*
.sass-cache/*
src/html/.sass-cache/*