diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ae9409e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +/.gitattributes export-ignore +/.github/ export-ignore +/.gitignore export-ignore +/docs/ export-ignore +/phpcs.xml export-ignore +/phpunit.xml.dist export-ignore +/psalm.xml export-ignore +/psalm.baseline.xml export-ignore +/test/ export-ignore +/.docheader export-ignore +/.php-cs-fixer.php export-ignore diff --git a/.gitignore b/.gitignore index 0c5001f..a86fbe1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ vendor composer.lock .idea -.php_cs.cache +.phpcs-cache build .phpunit.result.cache /.phpunit.cache