From f558093f5d47c131f890ecf53eda5e4c94458629 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Tue, 24 Feb 2026 21:09:51 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B08796=20-=20Add=20PHP-CS-Fixer=20cache=20?= =?UTF-8?q?file=20to=20.gitignore=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index df991db82c..5ac6de748d 100644 --- a/.gitignore +++ b/.gitignore @@ -58,6 +58,9 @@ tests/*/vendor/* /tests/php-unit-tests/phpunit.xml /tests/php-unit-tests/postbuild_integration.xml +# PHP CS Fixer: Cache file +/.php-cs-fixer.cache + # Jetbrains /.idea/**