From 7ee0787183cd0065dd96168583a7b70251c2d5a2 Mon Sep 17 00:00:00 2001 From: Nicholas <39540565+nick-cd@users.noreply.github.com> Date: Tue, 2 Mar 2021 10:30:50 -0500 Subject: [PATCH] composer ... --prefer-dist now ignores dev files (#783) Suggested by issue: #710 Authored by @nick-cd --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 7c6f5e1..88dfe64 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,6 @@ .gitignore export-ignore .github export-ignore docs export-ignore +tests export-ignore +phpunit.xml.dist export-ignore +.travis.yml export-ignore