Skip to content

Commit f884c5c

Browse files
committed
Ignore all .phpunit.result.cache files in the dev/tests directory (as they get created by at least the static, unit and graphql functional tests).
1 parent e1d24f3 commit f884c5c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

dev/tests/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.phpunit.result.cache

dev/tests/static/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@
44
/report/
55
/tmp/
66
allure-results/
7-
.phpunit.result.cache

0 commit comments

Comments
 (0)