From 546027af7a5abfc6e96af1b1ded5273bd1d30ffc Mon Sep 17 00:00:00 2001 From: PyRowMan <> Date: Fri, 20 Dec 2024 12:27:56 +0100 Subject: [PATCH] Update .gitignore to include .php-cs-fixer.cache Added .php-cs-fixer.cache to ignore list for better tooling support. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fea29a6d6..2a93f3a32 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ failed-login.log php_errors.log php-errors.log test.php +.php-cs-fixer.cache # Editor temp files *# @@ -39,4 +40,4 @@ node_modules/ # Stores VSCode versions used for testing VSCode extensions .vscode-test -/.phpunit.cache \ No newline at end of file +/.phpunit.cache