From b0f657c74762a2f5c87bbe27ed3d160b0dd8fbd9 Mon Sep 17 00:00:00 2001 From: leibale Date: Mon, 11 Oct 2021 19:34:23 -0400 Subject: [PATCH] update .npmignore --- .npmignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index fa2d884112..e3fc1a7731 100644 --- a/.npmignore +++ b/.npmignore @@ -1,12 +1,13 @@ .vscode/ .idea/ node_modules/ -.nyc_output +.nyc_output/ coverage/ dump.rdb documentation/ CONTRIBUTING.md tsconfig.json +.deepsource.toml .nycrc.json benchmark/ .github/