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 355f0ed commit 2f68ec4Copy full SHA for 2f68ec4
.gitattributes
@@ -0,0 +1,11 @@
1
+/.github export-ignore
2
+/tests export-ignore
3
+/docs export-ignore
4
+CHANGELOG.md export-ignore
5
+phpcs.xml export-ignore
6
+phpunit.xml export-ignore
7
+phpmd.xml export-ignore
8
+phpdoc.xml export-ignore
9
+.gitattributes export-ignore
10
+.gitignore export-ignore
11
+.php-cs-fixer.dist.php export-ignore
.gitignore
@@ -1,12 +1,13 @@
-.git*/
vendor/
-docs/*.pyc
-docs/_build
-build/artifacts/
+coverage/
+.vscode/
+docs/cache/
composer.phar
composer.lock
composer-test.lock
phpcbf-fixed.diff
-.idea
-.DS_STORE
12
-.php_cs.cache
+.php_cs.cache
+php-language-code.code-workspace
+.repository.md
+.phpunit.result.cache
13
+coverage.xml
0 commit comments