From 8cca82428ad0d3c224230e2a192101dc1e751d76 Mon Sep 17 00:00:00 2001 From: Cory Hall <43035978+corymhall@users.noreply.github.com> Date: Thu, 5 Dec 2024 08:53:11 -0500 Subject: [PATCH] chore: add additional directories to npmignore (#283) We don't need to publish these as part of the npm artifact. --- .npmignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.npmignore b/.npmignore index 52bb8300..ab28040b 100644 --- a/.npmignore +++ b/.npmignore @@ -1,4 +1,6 @@ /examples/ +/integration/ +/scripts/ /tests/ /src/ /coverage/