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