Skip to content

Commit 11429bd

Browse files
authored
Merge pull request #14 from php-school/AydinHassan-patch-1-1
Add test solutions vendor dir to gitignore
2 parents e92e44d + 0ccfc9c commit 11429bd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
/program.php
44
/solution
55
/exercises/*/solution/vendor
6+
/test/solutions/*/*/vendor
67
.phpunit.result.cache

phpunit.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<filter>
88
<whitelist addUncoveredFilesFromWhitelist="true">
99
<directory suffix=".php">./src</directory>
10+
<exclude>./test/solutions</exclude>
1011
</whitelist>
1112
</filter>
1213
</phpunit>

0 commit comments

Comments
 (0)