From b6518319fa6b6d7612a9f4f975f85f16ef76a01d Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Sun, 30 Mar 2025 01:37:10 +0100 Subject: [PATCH] chore(tooling): add PHPStan cache folder --- storage/phpstan/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 storage/phpstan/.gitignore diff --git a/storage/phpstan/.gitignore b/storage/phpstan/.gitignore new file mode 100644 index 000000000..d6b7ef32c --- /dev/null +++ b/storage/phpstan/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore