From 3245d4c20a2009028f7c8ba02e5359aa8ca4a94f Mon Sep 17 00:00:00 2001 From: smiley Date: Mon, 22 Apr 2024 00:40:29 +0200 Subject: [PATCH] Cleanup .gitignore --- .gitignore | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index dd89d72..204b1f2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ -/vendor/ +.build/ .idea/ +.phpbench/ +vendor/ +phpcs.xml +phpstan.neon phpunit.xml -/*.cache -/.phpbench