From 6de2a39a97f63696693d33bf7bf32304422baac4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96nder=20Ceylan?= Date: Thu, 15 Aug 2019 00:07:00 +0200 Subject: [PATCH] fix(npm): ignored static files to keep the tarball clean --- .npmignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index 7980e0d2..a507ff7a 100644 --- a/.npmignore +++ b/.npmignore @@ -1,4 +1,5 @@ -static/logo.png +static/* +!static/.gitkeep .editorconfig .eslintrc .gitattributes