From 5299b3ec4c416c9f96ac4166f97dc75a0dc412c6 Mon Sep 17 00:00:00 2001 From: Caleb Fontenot Date: Thu, 9 May 2024 14:21:58 -0500 Subject: [PATCH] add node_modules to .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 81e49ae0..40e809a3 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,7 @@ cmake_install.cmake Makefile build tools - +node_modules/ # Resulting binary files *.a *.so