From 91c48919c697b36edc2736e079f60fcd21a2a333 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Thu, 11 Apr 2019 21:59:03 +0200 Subject: [PATCH] Excluded gihub dir from build --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index ee7839c9..e29f90d4 100755 --- a/build.sh +++ b/build.sh @@ -35,7 +35,8 @@ rsync -av * "${builtcontent}" \ --exclude=config/autoload/*local* \ --exclude=config/test \ --exclude=**/test* \ - --exclude=build* + --exclude=build* \ + --exclude=.github cd "${builtcontent}" # Install dependencies