diff --git a/.gitignore b/.gitignore index 2b60dff6..37e87bcb 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,6 @@ public/js # Packages npm-debug.log .vagrant + +# PHPUnit +phpunit.xml diff --git a/phpunit.xml b/phpunit.xml.dist similarity index 100% rename from phpunit.xml rename to phpunit.xml.dist