Always ignore .phpunit.result.cache

This commit is contained in:
Oliver Davies 2024-04-04 23:37:20 +01:00
parent ec44eb402b
commit 988a677ded
2 changed files with 2 additions and 0 deletions

View file

@ -4,6 +4,7 @@
.editorconfig
.env
.gitattributes
.phpunit.result.cache
vendor/
{{ drupal.docroot }}/.csslintrc
{{ drupal.docroot }}/.eslintignore

View file

@ -1,5 +1,6 @@
# {{ managedText|raw }}
/.phpunit.result.cache
/output_*/
/vendor/