Skip to content

Commit

Permalink
Update .gitignore to ignore PHPUnit Cache files
Browse files Browse the repository at this point in the history
An additional line has been added to the .gitignore file to ensure that PHPUnit cache files are not tracked by Git. This is beneficial in keeping our repository clean of temporary or local files that shouldn't be shared between developers.
  • Loading branch information
deligoez committed May 22, 2024
1 parent 98ca5af commit 32dfb28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ composer.lock
/vendor/
coverage.xml
.phpunit.result.cache
.phpunit.cache/*
.php_cs.cache
.temp/coverage.php
*.swp
Expand Down

0 comments on commit 32dfb28

Please sign in to comment.