From e3cbb5533e7090e949cc1c9dc133d23f333a5d98 Mon Sep 17 00:00:00 2001 From: Llewellyn van der Merwe Date: Sat, 4 Jun 2016 12:33:25 +0100 Subject: [PATCH] Insure we also exclude the example folder. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 5a14273..d12879a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,6 +2,7 @@ # git files .gitattributes export-ignore # Examples folder and files +examples export-ignore examples/* export-ignore # Other system files composer.json export-ignore