Skip to content

Commit e78a796

Browse files
authored
[BUGFIX] Git-ignore the PHPUnit result cache (#429)
The corresponding file gets created by more recent versions of PHPUnit.
1 parent 9d6c1d8 commit e78a796

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/.phive/*
22
/.php-cs-fixer.cache
33
/.php_cs.cache
4+
/.phpunit.result.cache
45
/composer.lock
56
/phpstan.neon
67
/vendor/

0 commit comments

Comments
 (0)