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 0efdebc commit 98178b2Copy full SHA for 98178b2
.gitignore
@@ -10,6 +10,10 @@ vendor/
10
# Ignore PHPUnit configuration file (if you're using phpunit.xml for local customizations)
11
phpunit.xml
12
13
+# Ignore PHPUnit test result output files
14
+.phpunit.cache
15
+coverage-report
16
+
17
# Ignore Composer lock file if you don't want to share it (usually, you want to commit composer.lock)
18
# composer.lock
19
0 commit comments