From: Chris Sharp Date: Thu, 13 Sep 2018 14:20:23 +0000 (-0400) Subject: LP#1792394 - add package-lock.json to eg2 .gitignore X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=34ee6345510d67c223febc500443d9eb231543a7;p=working%2FEvergreen.git LP#1792394 - add package-lock.json to eg2 .gitignore Signed-off-by: Chris Sharp --- diff --git a/Open-ILS/src/eg2/.gitignore b/Open-ILS/src/eg2/.gitignore index f59404c847..a44555417a 100644 --- a/Open-ILS/src/eg2/.gitignore +++ b/Open-ILS/src/eg2/.gitignore @@ -39,6 +39,7 @@ src/test_data/IDL2js.js npm-debug.log testem.log /typings +package-lock.json # e2e /e2e/*.js