From 9db23f3bb8600064da10fe090829dd04d45682b3 Mon Sep 17 00:00:00 2001 From: TheoryOfNekomata Date: Sun, 16 May 2021 16:09:12 +0800 Subject: [PATCH] Update npmignore Ignore project files --- .npmignore | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.npmignore b/.npmignore index 1980324..ce96a97 100644 --- a/.npmignore +++ b/.npmignore @@ -1,11 +1,10 @@ -src/ +cypress/ node_modules/ +src/ .editorconfig/ -cypress/ +.prettierrc cypress.json/ -jest.config.js/ +jest.config.js publish.sh -tsconfig.json/ -yarn.lock/ -test/ - +tsconfig.json +yarn.lock