From afb5f434bc02fbe309f63ea4bacc1a7ad1e48cd2 Mon Sep 17 00:00:00 2001 From: Aaron Imming Date: Mon, 14 Jan 2019 09:29:32 +0800 Subject: [PATCH] Remove package-lock.json from .gitignore --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 02c531fc38..bc89485cf5 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,6 @@ .publish static/css/*.css* node_modules/ -package-lock.json npm-debug.log rev-manifest.json coverage