Skip to content

Commit

Permalink
Updated gitignore for cache of PHPUnit 10
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgsowa committed May 20, 2024
1 parent 8e677b6 commit 58c3356
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ vendor/
composer.lock
grammar/kmyacc.exe
grammar/y.output
#cache file for PHPUnit 9
.phpunit.result.cache
#cache dir for PHPUnit > 10
phpunitcache/
.php-cs-fixer.cache

0 comments on commit 58c3356

Please sign in to comment.