diff --git a/.gitattributes b/.gitattributes index 5082431..2ab517b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,11 +11,15 @@ /phpcs.xml export-ignore /phpdoc.xml export-ignore /phpunit.xml export-ignore -/phpunit-dev.xml export-ignore +/phpunit.ci.xml export-ignore +/phpunit.dev.xml export-ignore /.pre-commit-config.yaml export-ignore /README.md export-ignore /SECURITY.md export-ignore /tests export-ignore +/.vscode export-ignore /docs export-ignore +*.svg export-ignore +*.png export-ignore *.php diff=php