From f88bef851af103d0811e2150f36d2771c7793d09 Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Wed, 14 Jun 2023 10:07:14 -0700 Subject: [PATCH] update .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 15749ba..5ff5482 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ .env # Archive from mongodump -archive/* +archive/ # log files *.log \ No newline at end of file