diff --git a/.gitignore b/.gitignore index ae90d97..0b06226 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ module/ -storybook-static/ +node_modules/ *.js +!.storybook/*.js style.css -yarn-error.log -node_modules -types \ No newline at end of file +yarn-error.log \ No newline at end of file diff --git a/.npmignore b/.npmignore index c4b0db4..bfdffde 100644 --- a/.npmignore +++ b/.npmignore @@ -1,11 +1,10 @@ .storybook/ +node_modules/ src/ -storybook-static/ +.gitattributes .gitignore .npmignore rollup.config.js tsconfig.json yarn.lock -yarn-error.log -tsconfig.json yarn-error.log \ No newline at end of file