From a3f2671eecf74ba34af4c2cc2b17bbf9d1fe6604 Mon Sep 17 00:00:00 2001 From: Matthieu Date: Thu, 23 Apr 2026 08:35:58 +0200 Subject: [PATCH] chore : ignore php-cs-fixer local files Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 9871a89..3cd1624 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,8 @@ infra/dev/.env.docker.local ###> logs ### LOG/ ###< logs ### + +###> friendsofphp/php-cs-fixer ### +/.php-cs-fixer.php +/.php-cs-fixer.cache +###< friendsofphp/php-cs-fixer ###