From 9f84b89a451f0716c30ef3f31a76dd8bd6b8640d Mon Sep 17 00:00:00 2001 From: Alexander Zeitler Date: Tue, 20 Jul 2021 12:45:16 +0200 Subject: [PATCH] build(release): shrink npm package size --- .npmignore | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/.npmignore b/.npmignore index d2723dd..24d6047 100644 --- a/.npmignore +++ b/.npmignore @@ -1,9 +1,17 @@ -# ignore all files in the test/ directory -test/ +# ignore docs +docs/ +community-samples/readme.md +readme.md -# ignore ESLint and EditorConfig +# ignore all files in the test/ directory and test settings +test/ +jest.config.js + +# ignore EditorConfig, ESLint, Prettier config .editorconfig .eslintrc.json +.eslintrc.js +.prettierrc.js # JetBrains IDE settings .idea @@ -11,6 +19,9 @@ test/ # VS Code settings .vscode +# GitHub actions +.github + # VuePress .cache .temp