From 56fbc1197ca8c2c532ed5917289b57f5cb33c9e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Sun, 12 Nov 2017 12:54:51 -0500 Subject: [PATCH] Make sure entire client folder is ignored on release, except findLink.js This was tested using `npm pack`. --- .npmignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index 383a8bf1..9528bb80 100644 --- a/.npmignore +++ b/.npmignore @@ -8,7 +8,7 @@ # Ignore client folder as it's being built into public/ folder # except for the findLinks.js file which is used by the server -client/ +client/** !client/js/libs/handlebars/ircmessageparser/findLinks.js public/js/bundle.vendor.js.map