From 8b66a1f87459a81a35e26c8a47722cfb8028e41e Mon Sep 17 00:00:00 2001 From: Marko Kaznovac Date: Sat, 2 Oct 2021 23:21:55 +0200 Subject: [PATCH] Update .gitattributes to exclude non-dist files --- .gitattributes | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 75e18f8582..9f6692b7cf 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,9 @@ -/extra/** export-ignore +/.github export-ignore +/doc export-ignore +/extra export-ignore /tests export-ignore +/.editorconfig export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.php-cs-fixer.dist.php export-ignore /phpunit.xml.dist export-ignore