From db2547287c7cf11cb1a2a7bcbe9d21f24b2bbf70 Mon Sep 17 00:00:00 2001 From: Stephen Sigwart Date: Fri, 1 Apr 2022 22:46:50 -0400 Subject: [PATCH] Exclude docs from export and composer --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index bbf8135e..e3a48c9f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,6 +7,7 @@ # exclude from git export /tests export-ignore +/docs export-ignore /utilities export-ignore /.github export-ignore