From 289266864c98d0fe2188b68a38f231ada89f10d4 Mon Sep 17 00:00:00 2001 From: David Snelling Date: Tue, 5 Aug 2025 09:36:26 -0700 Subject: [PATCH] chore(gitignore): add node_modules directory for test consumer to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e08106b2..2a3a4a45 100644 --- a/.gitignore +++ b/.gitignore @@ -70,3 +70,4 @@ debug*.ts /temp/ /temp-tests/ /brainy-models-package/node_modules/ +/test-consumer/node_modules/