Skip to content

Commit 8ec2cbb

Browse files
committedJun 23, 2022
coverage
1 parent 06a30a1 commit 8ec2cbb

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
 

‎.gitattributes

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/.github export-ignore
2+
/docs export-ignore
3+
/tests export-ignore
4+
/.gitattributes export-ignore
5+
/.gitignore export-ignore
6+
/.travis.yml export-ignore
7+
/phpunit.xml export-ignore
8+
/Makefile export-ignore
9+
/docker-compose.yml export-ignore

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ Homestead.yaml
2323
Homestead.json
2424
/.vagrant
2525
.phpunit.result.cache
26+
coverage.xml

0 commit comments

Comments
 (0)
Please sign in to comment.