From 80bbd193b9027b5ed58e72a352c2a7a872f5eb1b Mon Sep 17 00:00:00 2001 From: "Donald F. Coffin" Date: Tue, 19 May 2026 23:01:39 -0400 Subject: [PATCH] chore: ignore npm tooling artifacts --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index e6e576a1..1405d817 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,8 @@ test-output/ temp-services/ */temp-services/.claude/settings.local.json .claude/settings.local.json + +# npm tooling (not part of Maven build) +node_modules/ +package.json +package-lock.json