From 97af77745f69a83cd035a2bf35f4d5463548c2a3 Mon Sep 17 00:00:00 2001 From: Bradley Bickford Date: Sun, 13 Nov 2022 11:13:41 -0500 Subject: [PATCH] gitignore modified to stop modules from being uploaded --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 265e634..ffaf5f2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .env config.json +node_modules \ No newline at end of file