From 75353fc308db4c9fbc0ecb24d900ca7c5c2ded8d Mon Sep 17 00:00:00 2001 From: Cooper Dozier Date: Mon, 8 Jun 2026 16:54:35 -0400 Subject: [PATCH] add node modules to gitignore add node modules to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4c49bd7..6ed48a9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .env +node_modules