From c7a4b02437f4de266434109265e28f069627d535 Mon Sep 17 00:00:00 2001 From: Scott Motte Date: Sun, 11 Feb 2024 13:55:07 -0800 Subject: [PATCH] add to npmignore --- .npmignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.npmignore b/.npmignore index 9f6098d..3b14b89 100644 --- a/.npmignore +++ b/.npmignore @@ -1,6 +1,9 @@ +.github/ +.nyc-output/ coverage/ examples/ tests/ +types/ .editorconfig .travis.yml Contributing.md