From 85c1a1a4820422a973a379d8fcaa5ddd82052569 Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Mon, 12 Sep 2022 15:37:01 -0700 Subject: [PATCH] Ignore the new cache file This was accidentally omitted as part of the config file rename that landed in https://github.com/prooph/php-cs-fixer-config/commit/5837ed4e08c8c288190387186447c59c4dd73800 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 29010a6..7413ee8 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ /vendor /build .idea -.php_cs.cache +.php-cs-fixer.cache nbproject composer.lock docs/html