From bb97873a2174eed1b8855aebdea4f19d77775e6b Mon Sep 17 00:00:00 2001 From: PaolaRuby <79208489+PaolaRuby@users.noreply.github.com> Date: Wed, 15 Dec 2021 17:31:31 -0500 Subject: [PATCH] Update .gitattributes --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitattributes b/.gitattributes index 3383d44b3..55bb7508a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,11 +3,16 @@ # 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.php export-ignore +/art export-ignore /phpunit.xml.dist export-ignore /.scrutinizer.yml export-ignore /.styleci.yml export-ignore /tests export-ignore /.editorconfig export-ignore +/docs export-ignore +/UPGRADING.md export-ignore