From a78bdf68243089bb96a62fd7f8743f3cee7a7dec Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Sun, 5 Mar 2023 20:18:43 +0100 Subject: [PATCH] chore: update `.gitignore` --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1d0a0a9..6d915e2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /.direnv/ +/.phpunit.cache/ /composer.lock /vendor /build @@ -11,4 +12,4 @@ /node_modules/ /benchmarks/ /.vscode/ -/.phpunit.result.cache \ No newline at end of file +/.phpunit.result.cache