From cdd1aeec0c6039d83625ff7b1b4d57519d4237c2 Mon Sep 17 00:00:00 2001 From: bocharsky-bw Date: Tue, 25 Jan 2022 19:43:26 +0200 Subject: [PATCH] Ignore PHPUnit cache file and var/ dir --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index d2cb556..717b31c 100755 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ +.phpunit.result.cache phpunit.xml +var/ vendor/* composer.lock Tests/fixtures/app/cache