gitignore /bin/.phpunit

This commit is contained in:
Nicolas Grekas
2017-11-27 15:45:31 +01:00
parent 13bbebb259
commit 93a5aba47a
+1
View File
@@ -5,6 +5,7 @@
"tests/": "tests/" "tests/": "tests/"
}, },
"gitignore": [ "gitignore": [
".phpunit",
"/phpunit.xml" "/phpunit.xml"
], ],
"aliases": ["phpunit", "simple-phpunit"] "aliases": ["phpunit", "simple-phpunit"]