diff --git a/.gitattributes b/.gitattributes index bb6265e..ab39c64 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,10 +2,13 @@ # https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html # Ignore all test and documentation with "export-ignore". +/.github export-ignore /.gitattributes export-ignore /.gitignore export-ignore /.travis.yml export-ignore +/.php_cs.dist export-ignore /phpunit.xml.dist export-ignore /.scrutinizer.yml export-ignore /tests export-ignore /.editorconfig export-ignore +/CHANGELOG.md export-ignore