diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2024-01-07 19:25:01 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2024-01-07 19:25:01 +0100 |
commit | 626887a792d85ce5e56aadb19c5f196135983e41 (patch) | |
tree | 36359190ab2ff19b317d6f85ccf85e2acf2a3b76 /.gitignore | |
parent | 3dc122db8402a17cc2ffe015552d116d66243f1b (diff) | |
download | volse-hubzilla-626887a792d85ce5e56aadb19c5f196135983e41.tar.gz volse-hubzilla-626887a792d85ce5e56aadb19c5f196135983e41.tar.bz2 volse-hubzilla-626887a792d85ce5e56aadb19c5f196135983e41.zip |
Exclude phpunit cache from version control
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
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 |