diff --git a/.gitattributes b/.gitattributes index b90901f..53416d7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,12 @@ *.http text eol=crlf + +/.gitattributes export-ignore +/.github/ export-ignore +/.gitignore export-ignore +/phpcs.xml.dist export-ignore +/phpdoc.dist.xml export-ignore +/phpstan.neon.dist export-ignore +/phpunit.xml.dist export-ignore +/psalm.xml.dist export-ignore +/tests/ export-ignore +/vendor-bin/ export-ignore