diff --git a/.gitignore b/.gitignore index 72ef9e17c..c473dccf8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ /app/config/parameters.yml /build/ /phpunit.xml +/.php_cs /var/* !/var/cache /var/cache/* diff --git a/.php_cs b/.php_cs.dist similarity index 98% rename from .php_cs rename to .php_cs.dist index 82429275c..fbcb7a240 100644 --- a/.php_cs +++ b/.php_cs.dist @@ -1,4 +1,3 @@ -#!/usr/bin/env php