From 01d05bbbcf8bd8769e88bd401f66c68c6c1ef220 Mon Sep 17 00:00:00 2001 From: Chicory Date: Mon, 29 Jul 2024 10:51:22 +0300 Subject: [PATCH] .gitignore updates --- .gitignore | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ed0f829..b6d51a4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ -/vendor/ -composer.lock -.phpunit.cache \ No newline at end of file +.idea +.vscode +.phpunit.cache +.php-cs-fixer.cache +/vendor +composer.lock \ No newline at end of file