We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f88ecf9 commit 67c7a7aCopy full SHA for 67c7a7a
.gitignore
@@ -1,5 +1,5 @@
1
-vendor/
2
-.phpunit.result.cache
3
-composer.lock
4
-coverage*
5
-phpunit.xml
+/vendor/
+/.phpunit.result.cache
+/composer.lock
+/coverage*
+/phpunit.xml
0 commit comments