From f6cc48d056109e0c611e066846a965eefca8e77f Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Tue, 18 Jul 2017 14:35:41 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=20=20Ensure=20that=20logs=20and=20?= =?UTF-8?q?adapters=20aren't=20published=20(#8705)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit refs TryGhost/Ghost-CLI#362 - adds logs and adapters folders to npmignore - ensures files inside aren't published to npm --- .npmignore | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.npmignore b/.npmignore index a155f8480d..1c04ed49aa 100644 --- a/.npmignore +++ b/.npmignore @@ -4,14 +4,18 @@ .tmp docs/** _site/** -content/images/** -!content/images/README.md -content/themes/** -!content/themes/casper/** +content/adapters/** +!content/adapters/README.md content/apps/** !content/apps/README.md content/data/** !content/data/README.md +content/images/** +!content/images/README.md +content/logs/** +!content/logs/README.md +content/themes/** +!content/themes/casper/** node_modules/** **/*.db* *.db*