From a9028d1a722ae4ddd3497cd3385dba816ede176c Mon Sep 17 00:00:00 2001 From: Itamar Oren Date: Fri, 10 Feb 2023 16:18:37 -0500 Subject: [PATCH] Removed the 'node_modules' folder --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index dfc889d..6f1e601 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.env node_modules *.replit -replit.nix \ No newline at end of file +replit.nix +node_modules \ No newline at end of file