chore(gitignore): add node_modules directory for test consumer to .gitignore

This commit is contained in:
David Snelling 2025-08-05 09:36:26 -07:00
parent f3c305089c
commit 289266864c

1
.gitignore vendored
View file

@ -70,3 +70,4 @@ debug*.ts
/temp/
/temp-tests/
/brainy-models-package/node_modules/
/test-consumer/node_modules/