From 5e085430d19e7c3af6b6308f15782f23933d798d Mon Sep 17 00:00:00 2001 From: Kushal <43465488+kushalshit27@users.noreply.github.com> Date: Mon, 20 Jan 2025 10:55:57 +0530 Subject: [PATCH] chore: update npmignore (#1017) chore: update .npmignore to exclude additional files and directories --- .npmignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.npmignore b/.npmignore index 53acc2ec6..1320d35bb 100644 --- a/.npmignore +++ b/.npmignore @@ -2,3 +2,16 @@ src/ test/ local/ /npm-debug.log + +.nyc_output/ +coverage/ +examples/ +docs/ +config*.json +.env +.idea +.npmrc +yarn-error.log +*.pem +*.pub +Makefile