From b0b1c32180a491749f77e55bb1e7baa34f3e3c84 Mon Sep 17 00:00:00 2001 From: Yury Shkoda Date: Thu, 12 May 2022 09:35:43 +0300 Subject: [PATCH] feat(npm): ignored files not needed for npm package --- .npmignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.npmignore b/.npmignore index 5c410ec..6253322 100644 --- a/.npmignore +++ b/.npmignore @@ -4,3 +4,13 @@ docs/ *.md *.spec.ts .all-contributorsrc +cypress/ +.gitpod.yml +.prettierrc +cypress.json +jest.config.js +sasjs-cypress-run.sh +tsconfig.json +tslint.json +typedoc.json +webpack.config.js