From a8907ae408885e0530c28fcc94d41e853543725e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20GUEZO?= Date: Sun, 1 Mar 2026 14:52:03 +0100 Subject: [PATCH] feat(.gitignore): ignore data folder --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3884164..a0f9732 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .env -Dockerfile \ No newline at end of file +Dockerfile +data/ \ No newline at end of file