From a2611775f9db7ce5c0124b58e2e50b05a98a224f Mon Sep 17 00:00:00 2001 From: Caleb Eby Date: Fri, 25 Aug 2017 13:34:05 -0700 Subject: [PATCH] Ignore package-lock.json in tests --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2703a1f..4f9a353 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ node_modules test/testproj coverage test/support/.config +test/**/package-lock.json