From 8911d06bf064928428ed7b903e9e58c637a07ee7 Mon Sep 17 00:00:00 2001 From: "Peter J. Herrel" Date: Tue, 3 Oct 2017 13:49:42 +0200 Subject: [PATCH] add package-lock.json, yarn.lock to distignore template --- templates/plugin-distignore.mustache | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/plugin-distignore.mustache b/templates/plugin-distignore.mustache index 1649ea423..962c3e379 100644 --- a/templates/plugin-distignore.mustache +++ b/templates/plugin-distignore.mustache @@ -14,6 +14,7 @@ composer.json composer.lock Gruntfile.js package.json +package-lock.json phpunit.xml phpunit.xml.dist multisite.xml @@ -22,6 +23,7 @@ phpcs.xml phpcs.xml.dist README.md wp-cli.local.yml +yarn.lock tests vendor node_modules