From 193115b85e3b47acce33c87598ecc26cc45d2ced Mon Sep 17 00:00:00 2001 From: Suneil Nyamathi Date: Thu, 12 Sep 2024 10:00:32 -0700 Subject: [PATCH] chore: add .npmignore (#137) --- .npmignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.npmignore b/.npmignore index 243439c..17bc5ee 100644 --- a/.npmignore +++ b/.npmignore @@ -1,5 +1,5 @@ -.nyc_output -tests +.* +eslint.config.mjs examples -artifacts results.xml +tests