We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.gitattributes
.gitignore
1 parent 2f8c800 commit 1fd6ef1Copy full SHA for 1fd6ef1
2 files changed
.gitattributes
@@ -1,4 +1,6 @@
1
.* export-ignore
2
*.md export-ignore
3
-Tests export-ignore
+Makefile export-ignore
4
+phpunit.xml.dist export-ignore
5
Resources/doc export-ignore
6
+Tests export-ignore
.gitignore
@@ -1,7 +1,8 @@
-/vendor/
+.php_cs.cache
+.phpunit.result.cache
/Tests/Functional/cache
/Tests/Functional/logs
+/vendor/
composer.lock
7
+phpstan.neon
8
phpunit.xml
-.php_cs.cache
-.phpunit.result.cache
0 commit comments