diff --git a/.gitattributes b/.gitattributes index c47225a..69a7d65 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,15 +1,12 @@ -.editorconfig export-ignore -.gitattributes export-ignore -/.github/ export-ignore -.gitignore export-ignore -/.php_cs export-ignore -/.scrutinizer.yml export-ignore -/.styleci.yml export-ignore -/.travis.yml export-ignore -/behat.yml.dist export-ignore -/features/ export-ignore -/phpspec.ci.yml export-ignore -/phpspec.yml.dist export-ignore -/phpunit.xml.dist export-ignore -/spec/ export-ignore -/tests/ export-ignore +/.github/ export-ignore +/doc/ export-ignore +/tests/ export-ignore +/.editorconfig export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.php-cs-fixer.php export-ignore +/CODE_OF_CONDUCT.md export-ignore +/CONTRIBUTING.md export-ignore +/phpstan.neon.dist export-ignore +/phpstan-baseline.neon export-ignore +/phpunit.xml.dist export-ignore diff --git a/.gitignore b/.gitignore index 83bf107..09c376e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,5 @@ composer.lock -composer.phar phpunit.xml vendor/ -.php_cs.cache .php-cs-fixer.cache .phpunit.result.cache