From c8dddbd847cb688d9fa7e84adc0526aef5662566 Mon Sep 17 00:00:00 2001 From: Eirik Backer Date: Thu, 12 Apr 2018 14:31:11 +0200 Subject: [PATCH] Correct .npmignore to include jsx but not docs, and no need to push all svgs as they are exposed as JS api --- .npmignore | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/.npmignore b/.npmignore index aab9e0c7..ee869301 100644 --- a/.npmignore +++ b/.npmignore @@ -1,2 +1,13 @@ -!jsx/ - +.DS_Store +.npm +.vscode +.idea +node_modules/ +npm-debug* +yarn-error* +*.code-workspace +*.tar +*.svg +*.css +*.md +docs/