From 626887a792d85ce5e56aadb19c5f196135983e41 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 7 Jan 2024 19:25:01 +0100 Subject: Exclude phpunit cache from version control --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c77ee0466..8be384ae6 100644 --- a/.gitignore +++ b/.gitignore @@ -49,6 +49,8 @@ doc/html/ # external repositories for themes/addons extend/ # files generated by phpunit +tests/.cache +tests/.phpunit.result.cache tests/results/ ## exclude IDE files -- cgit v1.2.3