From 9c1a8c3f47600a9fb6509932af204cad81dfb355 Mon Sep 17 00:00:00 2001 From: Louis Antonopoulos Date: Tue, 29 Oct 2024 12:10:47 -0400 Subject: [PATCH] Add node_modules to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a3ee5aad3..7906d705f 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /test/dummy/log/*.log /test/dummy/storage/ /test/dummy/tmp/ +node_modules