From fe27630eea3286a772f32e000aad2caff6a775aa Mon Sep 17 00:00:00 2001 From: Victor Mignot Date: Fri, 21 Oct 2022 19:58:06 -0400 Subject: [PATCH] Add logs folder to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 83a00ee..fa8ed91 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ -/target +target/ +logs/ .env