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:
committed by
Steve Gravrock
parent
b7e9594c86
commit
8973e4e44f
1
.gitignore
vendored
1
.gitignore
vendored
@@ -11,6 +11,7 @@ site/
|
|||||||
.bundle
|
.bundle
|
||||||
tags
|
tags
|
||||||
Gemfile.lock
|
Gemfile.lock
|
||||||
|
package-lock.json
|
||||||
pkg/*
|
pkg/*
|
||||||
.sass-cache/*
|
.sass-cache/*
|
||||||
src/html/.sass-cache/*
|
src/html/.sass-cache/*
|
||||||
|
|||||||
Reference in New Issue
Block a user