From 19ba514a98bed7ddaf32da93ff35954f32df629b Mon Sep 17 00:00:00 2001 From: Jakub Jankiewicz Date: Mon, 1 Mar 2021 16:36:56 +0100 Subject: [PATCH] add image files to .npmignore --- .npmignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.npmignore b/.npmignore index 4c3f7f3..30deaae 100644 --- a/.npmignore +++ b/.npmignore @@ -1,2 +1,4 @@ *~ *.html +*.svg +*.png