We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06a30a1 commit 8ec2cbbCopy full SHA for 8ec2cbb
.gitattributes
@@ -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
@@ -23,3 +23,4 @@ Homestead.yaml
23
Homestead.json
24
/.vagrant
25
.phpunit.result.cache
26
+coverage.xml
0 commit comments