From 28397505cd1e2a84ec4c204ccdf80e5849f3bea8 Mon Sep 17 00:00:00 2001 From: Piotr Kuczynski Date: Mon, 7 Dec 2020 21:24:20 +0100 Subject: [PATCH] Exclude not needed files from the package --- .npmignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.npmignore b/.npmignore index a11f54a..85f1178 100644 --- a/.npmignore +++ b/.npmignore @@ -1,10 +1,13 @@ +.editorconfig +.fimbullinter.yaml .gitignore +.nycrc.json +.nyc_output +.wotanrc.yaml *.json *.ts !*.d.ts /test -/.nycrc.json /.vscode /coverage/ -/.nyc_output /.circleci/