Exclude phpunit cache from version control

This commit is contained in:
Harald Eilertsen
2024-01-07 19:25:01 +01:00
parent 3dc122db84
commit 626887a792

2
.gitignore vendored
View File

@@ -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