diff --git a/.gitattributes b/.gitattributes index 30da17f8..4e133d90 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,7 +2,7 @@ .gitattributes export-ignore /.github/ export-ignore .gitignore export-ignore -/.php_cs export-ignore +/.php_cs.dist export-ignore /.scrutinizer.yml export-ignore /.styleci.yml export-ignore /.travis.yml export-ignore @@ -12,4 +12,4 @@ /phpspec.yml.dist export-ignore /phpunit.xml.dist export-ignore /spec/ export-ignore -/Tests/ export-ignore +/tests/ export-ignore