From 17fd32f3fd077e7b73024359e4f06f627899c033 Mon Sep 17 00:00:00 2001
From: Romain <r.matias@exo-dev.fr>
Date: Tue, 11 Oct 2022 14:35:14 +0200
Subject: [PATCH] feat: Add logs folder in .gitignore

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index b661180..1293195 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 __pycache__/*
+logs/*
 .env
\ No newline at end of file
-- 
GitLab