diff --git a/.gitattributes b/.gitattributes index 5d3c5b8..a59b621 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,16 +1,15 @@ -/.github/ export-ignore -/documentation/ export-ignore -/tests/ export-ignore -/vendor-bin/ export-ignore - /.gitattributes export-ignore +/.github/ export-ignore /.gitignore export-ignore /.phplint.yml export-ignore /.travis.yml export-ignore /Gruntfile.js export-ignore +/documentation/ export-ignore /package.json export-ignore /phpcs.xml.dist export-ignore /phpmd.ruleset.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