From 1636039545bd86d3d03d67c7527be049e449351f Mon Sep 17 00:00:00 2001 From: Pablo de la Torre Jamardo Date: Fri, 12 Sep 2025 16:52:57 +0200 Subject: [PATCH] chore: add .env and logs to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f1fe883..da73153 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,7 @@ *.toml *.db target +logs +.env Icon? \ No newline at end of file