From dc41328040630c5857ae3b2865e414a976739b02 Mon Sep 17 00:00:00 2001 From: angeljqv <79208641+angeljqv@users.noreply.github.com> Date: Fri, 29 Jul 2022 09:21:19 -0500 Subject: [PATCH] Update .gitattributes (#46) --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index b263871..670dd76 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,7 +4,10 @@ # Ignore all test and documentation with "export-ignore". /.gitattributes export-ignore /.gitignore export-ignore +/.editorconfig export-ignore /.travis.yml export-ignore +/.styleci.yml export-ignore /phpunit.xml.dist export-ignore /.scrutinizer.yml export-ignore /tests export-ignore +/CHANGELOG.md export-ignore