Skip to content

Commit e70b811

Browse files
Git: Ignore PHPUnit cache directory
1 parent 93f33ea commit e70b811

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# PHP Composer files
22
composer.lock
33
vendor/
4+
5+
# PHPUnit cache
6+
.phpunit.cache/

0 commit comments

Comments
 (0)