From 4c81091e929560096240d8242fd52988ff73c5ee Mon Sep 17 00:00:00 2001 From: Jon Rohan Date: Thu, 1 Apr 2021 10:33:09 -0700 Subject: [PATCH] Updating npmignore --- .npmignore | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.npmignore b/.npmignore index 391a2cba..52c8d366 100644 --- a/.npmignore +++ b/.npmignore @@ -1,16 +1,13 @@ -*.log +__tests__/ .changeset/ .github/ -.next/ .storybook/ -next.config.js -now.json docs/ -docs-test/ -lib/ -__tests__/ -pages/ script/ # we ignore this because everything in src/ is copied out in script/prepublish src/ tmp/ +.* +*.log +now.json +*.config.js