From b919033d6245e3cfcc1cd0e1158703749bb4023b Mon Sep 17 00:00:00 2001 From: Aldarien Date: Wed, 9 Nov 2022 15:20:51 -0300 Subject: [PATCH] Ignore attachments and logs --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 60c36e5..fd55c59 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ # Env **/*.env +**/attachments/ +**/logs/ # Composer **/vendor/