From 071a0a8baf65f5e7132a40ec1a53575102602845 Mon Sep 17 00:00:00 2001 From: David Wuibaille Date: Fri, 31 Oct 2025 09:02:05 +0100 Subject: [PATCH] init --- .gitignore | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index d0aa614..fff215c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,6 @@ -# Ignore local config.json -config.json - -# Ignore log files -*.log - -# Ignore CSV exports -*.csv +config*.json +*.secret.json +.env +.env.* +*.key +*.pem