From a495cdf6282c8fc5d348809578d2a5a730672be3 Mon Sep 17 00:00:00 2001 From: Trezy Date: Tue, 11 Dec 2018 00:41:29 -0600 Subject: [PATCH] perf: Remove unnecessary files from package This adds all files in the repo that aren't essential to the operation of the package to the `.npmignore`. This will ensure that things like the `.storybook` directory don't get downloaded everytime somebody adds NES.css to their project. --- .npmignore | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index f1a0241..c7b83ca 100644 --- a/.npmignore +++ b/.npmignore @@ -1,3 +1,18 @@ -node_modules +# User & editor settings +.editorconfig +.prettierignore .vscode + +# Build files +.circleci +.github +.storybook +commitlint.config.js +node_modules + +# Documentation files +docs +favicon.ico +index.html storybook-static +style.css