diff --git a/.gitattributes b/.gitattributes index 06e5e87b8..eb773277c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,13 @@ -/tests/SAML2 export-ignore -/tools export-ignore -.coveralls.yml export-ignore +/.phpunit.cache/ export-ignore +/build/ export-ignore +/tests/SAML2/ export-ignore +/tools/ export-ignore +.codecov.yml export-ignore .gitattributes export-ignore .gitignore export-ignore -.travis.yml export-ignore -README-DEV.md export-ignore -build.xml export-ignore +.phpcs.xml export-ignore +.phpunit.xml export-ignore +.phpunit-interoperability.xml export-ignore +.psalm.yml export-ignore +.psalm-dev.yml export-ignore +UPGRADING.md export-ignore