From 7d12fe56540c6b9995f577c6993452da56267c1e Mon Sep 17 00:00:00 2001 From: Ruben Date: Wed, 14 Jan 2026 20:23:49 +0100 Subject: [PATCH] Add custom SMTP config file to repository This file is now essential for production deployment and should be versioned --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index aa7577e..9b8a58d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ app* content/robots.txt -custom/smtp-config.php* +custom/smtp-config.php content/.htaccess