From fcc2e74e9a4b20091cb42126052a4bc09411aa9e Mon Sep 17 00:00:00 2001 From: Zep Fietje Date: Sun, 16 Oct 2022 12:11:07 +0200 Subject: [PATCH] Remove PHP CS Fixer from gitignore --- .gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9a43686..83c9b9f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,4 @@ .idea -.php_cs -.php_cs.cache .phpunit.result.cache build composer.lock @@ -11,4 +9,3 @@ phpstan.neon testbench.yaml vendor node_modules -.php-cs-fixer.cache