From 6ff39ff3a7d89b95a0e109647daed2fb89aba0b4 Mon Sep 17 00:00:00 2001 From: Florian BOUILLON Date: Mon, 15 Mar 2021 17:28:58 +0100 Subject: [PATCH] Cleaned ignore files Signed-off-by: Florian BOUILLON --- .gitignore | 7 +++---- .npmignore | 5 ++--- 2 files changed, 5 insertions(+), 7 deletions(-) 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