diff --git a/.gitignore b/.gitignore index 57d405a69..18cecf996 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,5 @@ public/vendor/ resources/lang/vendor/ resources/views/vendor/ composer.lock +phpunit.xml + diff --git a/phpunit.xml b/phpunit.xml.dist similarity index 100% rename from phpunit.xml rename to phpunit.xml.dist