Skip to content

Commit a84dc74

Browse files
add .phpunit.result.cache to gitignore
1 parent 00e20fe commit a84dc74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.idea
22
.phpunit.cache
3+
.phpunit.result.cache
34
build
45
composer.lock
56
coverage
@@ -9,3 +10,4 @@ phpstan.neon
910
testbench.yaml
1011
vendor
1112
node_modules
13+

0 commit comments

Comments
 (0)