diff --git a/.gitattributes b/.gitattributes index c7a4fb97..67b9b184 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,9 +1,5 @@ -/.github export-ignore -/.editorconfig export-ignore -/.gitattributes export-ignore -/.gitignore export-ignore -/.php-cs-fixer.dist.php export-ignore -/tests export-ignore -/*.xml export-ignore -/*.yml export-ignore -/*.lock export-ignore +/.* export-ignore +/tests export-ignore +/*.xml export-ignore +/*.yml export-ignore +/*.lock export-ignore