From f339282f58443a1ea40a9d2da71b8c2d9b37785c Mon Sep 17 00:00:00 2001 From: Brett Laptop Date: Sun, 24 Dec 2023 20:11:32 -0500 Subject: [PATCH] ignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3bb97c1..f68e204 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ cmake-build-*/ -js/.env \ No newline at end of file +js/.env +js/node_modules*/ +js/node_modules +js/node_modules/* \ No newline at end of file