From d3b18d8b45a5ddfc1504399c0afb9c93427ff7bc Mon Sep 17 00:00:00 2001 From: David Wuibaille Date: Fri, 31 Oct 2025 08:55:45 +0100 Subject: [PATCH] Auto-commit: 2025-10-31 08:55:45 --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index fff215c..6eba7e8 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,11 @@ config*.json .env.* *.key *.pem +# Ignore local config.json +config.json + +# Ignore log files +*.log + +# Ignore CSV exports +*.csv