From 9af04c011362c3c811a5391042b594500540ed68 Mon Sep 17 00:00:00 2001 From: ColonelParrot <65585002+ColonelParrot@users.noreply.github.com> Date: Mon, 8 May 2023 17:18:13 -0400 Subject: [PATCH] .gitignore: add node and test coverage --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f9f4322..95e0463 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ notes.md .project docs/images/private -docs/private \ No newline at end of file +docs/private +node_modules +test/output \ No newline at end of file