diff --git a/.gitattributes b/.gitattributes index f0f02a5..0741735 100644 --- a/.gitattributes +++ b/.gitattributes @@ -9,5 +9,5 @@ /.gitattributes export-ignore /.gitignore export-ignore /.travis.yml export-ignore -/phpcs.xml export-ignore +/phpcs.xml.dist export-ignore /phpunit.xml.dist export-ignore diff --git a/phpcs.xml b/phpcs.xml.dist similarity index 100% rename from phpcs.xml rename to phpcs.xml.dist