From dbee6c266fbe2c31b7c297f51503dd61fef2eed1 Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Mon, 17 Oct 2016 19:01:34 +0200 Subject: [PATCH] Don't include examples in deployments or zip downloads --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 6bc373b0..47d968c3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,6 +2,7 @@ /docs export-ignore /test export-ignore +/examples export-ignore /.gitattributes export-ignore /.gitignore export-ignore /.scrutinizer.yml export-ignore