From 52fc66762ad396034fe99dc694e3547eb82570f6 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Wed, 30 Nov 2022 12:40:47 +0700 Subject: [PATCH] Updated `.npmignore` with new files - these files should not be included in the published package as they're for development purposes --- ghost/core/.npmignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghost/core/.npmignore b/ghost/core/.npmignore index b90e1e4aed..0782c872e7 100644 --- a/ghost/core/.npmignore +++ b/ghost/core/.npmignore @@ -8,7 +8,8 @@ ghost-*.tgz .eslintrc.json .eslintrc.js .npmignore -.c8rc.json +.c8rc*.json +playwright.config.js jsconfig.json changelog.md* coverage/**