We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb1d01b commit 9ea4a82Copy full SHA for 9ea4a82
.gitattributes
@@ -1,10 +1,10 @@
1
# Not archived
2
.docs export-ignore
3
+.github export-ignore
4
tests export-ignore
5
.editorconfig export-ignore
6
.gitattributes export-ignore
7
.gitignore export-ignore
-.travis.yml export-ignore
8
Makefile export-ignore
9
phpstan.neon export-ignore
10
README.md export-ignore
.github/.kodiak.toml
.gitignore
@@ -1,10 +1,13 @@
# IDE
/.idea
+/.vscode
# Composer
/vendor
/composer.lock
# Tests
/temp
11
+/tests/tmp
12
/coverage.xml
13
+/coverage.html
0 commit comments