From eea81995821b480d303ca2a2d84dd3a19bcacc1f Mon Sep 17 00:00:00 2001 From: liamcottle Date: Mon, 3 Mar 2025 09:46:24 +1300 Subject: [PATCH] add node_modules to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a09c56d..6684c76 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /.idea +/node_modules