diff --git a/.gitattributes b/.gitattributes index ced900c..3851437 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,12 +1,8 @@ -examples export-ignore -test export-ignore -.gitattributes export-ignore -.gitignore export-ignore -.travis.yml export-ignore -phpunit.xml.dist export-ignore -docs export-ignore -.editorconfig export-ignore -.gitmodules export-ignore -.php_cs.dist export-ignore +/.* export-ignore # Ignore all dotted files as mostly they are configs for other tools +examples export-ignore +test export-ignore +phpunit.xml.dist export-ignore +psalm.xml export-ignore +docs export-ignore infection.json.dist export-ignore -README.md export-ignore +README.md export-ignore