diff --git a/.gitattributes b/.gitattributes index fe0b4b4b..049130f7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,3 +7,4 @@ .github export-ignore CONTRIBUTING.md export-ignore +phpcs.xml.dist export-ignore \ No newline at end of file diff --git a/.gitignore b/.gitignore index d1502b08..c5f3d254 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ vendor/ composer.lock +.phpcs.xml +phpcs.xml diff --git a/phpcs.xml.dist b/phpcs.xml.dist index eae3b8b0..9987cef7 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -5,6 +5,8 @@ + + . */.github/*