diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8de1cc6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,12 @@ +# Ignore all test and documentation with "export-ignore". +/.github export-ignore +/docs export-ignore +/tests export-ignore + +/.editorconfig export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.php-cs-fixer.dist.php export-ignore +/phpstan-baseline.neon export-ignore +/phpstan.neon.dist export-ignore +/phpunit.xml.dist export-ignore diff --git a/.gitattributes.dist b/.gitattributes.dist deleted file mode 100644 index 8fe175b..0000000 --- a/.gitattributes.dist +++ /dev/null @@ -1,13 +0,0 @@ -# Ignore all test and documentation with "export-ignore". -.editorconfig export-ignore -.gitattributes export-ignore -.github export-ignore -.gitignore export-ignore -.php-cs-fixer.cache export-ignore -.php-cs-fixer.php export-ignore -/art export-ignore -/docs export-ignore -/tests export-ignore -UPGRADING.md export-ignore -phpbench.json export-ignore -testbench.yaml export-ignore