Add ".phpunit.result.cache" to .gitignore

This commit is contained in:
Gaiaz Iusipov
2019-03-17 04:31:42 +03:00
parent 8bd4f13853
commit 22ce0e4f98
+2 -1
View File
@@ -6,6 +6,7 @@
"tests/": "tests/"
},
"gitignore": [
"/phpunit.xml"
"/phpunit.xml",
".phpunit.result.cache"
]
}