From 1c3b4baa8d72a80ba0c9d45307fac328eb16aec0 Mon Sep 17 00:00:00 2001 From: Francois Best Date: Sat, 26 Sep 2020 13:47:55 +0200 Subject: [PATCH] fix: Remove unused files from package --- .npmignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index 422a377..3d2c97b 100644 --- a/.npmignore +++ b/.npmignore @@ -1,6 +1,10 @@ **/*.test.ts tsconfig.json nodemon.json -.env +.env* .volumes/ yarn-error.log +coverage/ +tests/ +.github/ +.dependabot/