From a240b5681fcdbfd8e3ec07e2add219d9f3bdf198 Mon Sep 17 00:00:00 2001 From: Angad Chauhan Date: Wed, 25 Jun 2025 19:44:41 +0530 Subject: [PATCH] Add logs directory to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b1e72aa..829e3ab 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules .env -/public \ No newline at end of file +/public +logs \ No newline at end of file