We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 763f413 commit 1a3a9aaCopy full SHA for 1a3a9aa
.gitignore
@@ -7,6 +7,9 @@ vendor
7
# ignore test/coverage reports
8
test/coverage
9
10
+# ignore phpunit cache
11
+.phpunit.result.cache
12
+
13
# Ignore IDEs
14
.idea
15
.atom
0 commit comments