diff --git a/.gitattributes b/.gitattributes index 1de8086..15a6999 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,17 +6,19 @@ # Exclude meta files from archives /.gitattributes export-ignore -/.gitignore export-ignore /.github export-ignore +/.gitignore export-ignore /.phan export-ignore /.qodana export-ignore /.vscode export-ignore /composer.lock export-ignore /infection.json5 export-ignore -/phpunit.xml export-ignore +/phpmd.xml export-ignore /phpstan.neon export-ignore -/psalm.xml export-ignore +/phpunit.xml export-ignore /pint.json export-ignore +/psalm.xml export-ignore +/qodana.* export-ignore /rector.php export-ignore -/phpmd.xml export-ignore -/qodana.* export-ignore \ No newline at end of file +/sweep.yaml export-ignore +/updates.sh export-ignore