From 8973e4e44fad47d7d30365dddfefc67cbc1c8429 Mon Sep 17 00:00:00 2001 From: Gregg Van Hove Date: Mon, 23 Oct 2017 11:53:48 -0700 Subject: [PATCH] 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 41673557..d8958bd2 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ site/ .bundle tags Gemfile.lock +package-lock.json pkg/* .sass-cache/* src/html/.sass-cache/*