From cfcf0b95c0a4a4240986da4dad82941e5eb62c68 Mon Sep 17 00:00:00 2001 From: Hugo Alliaume Date: Tue, 2 Dec 2025 08:12:06 +0100 Subject: [PATCH] Git-ignore config/reference.php --- .gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c49a5d8..303575f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ -vendor/ -composer.lock -phpunit.xml +/config/reference.php +/vendor/ +/composer.lock +/phpunit.xml