From 8ac31b00923de9327ffdc6cf38371e57abdd9bc7 Mon Sep 17 00:00:00 2001 From: Jeroen De Meerleer Date: Wed, 5 Jun 2024 08:28:57 +0200 Subject: [PATCH] Update gitignore to exclude config files, refactor index.php for dynamic configuration file loading and caching. --- .gitignore | 3 +-- index.php | 16 ++++++++++++---- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 2c4705b..37b20b1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -config.php +config*.php* vendor/ twig_cache/ -metrics_cache.json diff --git a/index.php b/index.php index 98ec797..aebf766 100644 --- a/index.php +++ b/index.php @@ -1,8 +1,16 @@