From acf6651d2d50431fb075a577612559d6e7a2cb77 Mon Sep 17 00:00:00 2001 From: Florian Hotze Date: Sat, 20 Jan 2024 11:38:39 +0100 Subject: [PATCH] Update .npmignore Reduces package size by a few kilobytes. Signed-off-by: Florian Hotze --- .npmignore | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/.npmignore b/.npmignore index 1d1cb2d09..4bbead383 100644 --- a/.npmignore +++ b/.npmignore @@ -2,18 +2,21 @@ .github .idea -.markdownlint.yaml .vscode -CODEOWNERS -coverage -DEPLOY.md +build +dist doc docs -docs_config.json -dist -images -jest.config.js -openhab-*.tgz -out test +types/index.d.ts* + +.eslintrc.js +.gitignore +.markdownlint.yaml +.nvmrc +CODEOWNERS +CONTRIBUTING.md +DEPLOY.md +openhab-*.tgz +typeOfArguments.js