From f333ae0e39949acc25d4f0d7dcea5eb90d35eb91 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Tue, 1 Oct 2024 15:40:14 +0300 Subject: [PATCH] update gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 377d23e..418fb54 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules .next -.DS_Store \ No newline at end of file +.DS_Store +out \ No newline at end of file