From f0902f3605613073b4eb48c86594cb0ac857dabc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9drix?= Date: Fri, 15 May 2026 10:56:01 +0200 Subject: [PATCH] chore : .gitignore (cache, search_index, smtp_settings) --- .gitignore | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 5744b58..f84e472 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,4 @@ -# Secrets -smtp_settings.json - -# Caches et index générés _cache/ search_index.json -.version_check_cache.json - -# Fichiers techniques .maintenance -.content_migrations.json +smtp_settings.json