From 6db0084071c17c221f79bb19cb7e570b51eca893 Mon Sep 17 00:00:00 2001 From: Sander Muller Date: Fri, 10 Jan 2025 15:14:00 +0100 Subject: [PATCH] Create .gitignore --- .cache/.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 .cache/.gitignore diff --git a/.cache/.gitignore b/.cache/.gitignore new file mode 100755 index 0000000..ef68d50 --- /dev/null +++ b/.cache/.gitignore @@ -0,0 +1,7 @@ +* +/phpstan +/phpunit +/pint +/rector +/rectorContainer +!.gitignore