From ae6d412def864bcb58549920a9cd8dc3ce5cb13c Mon Sep 17 00:00:00 2001 From: Taylor Hornby Date: Sun, 18 Jun 2023 20:58:30 -0600 Subject: [PATCH] Add phar phpunit test cache to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 33fd704..5e47134 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ box.phar phpunit.phar phpunit.phar.asc test/unit/File/tmp +test/.phpunit.result.cache .idea