From e70aade77cde822060c604d2b03d9de702c6283e Mon Sep 17 00:00:00 2001 From: Christian Ruhstaller Date: Tue, 14 Feb 2017 16:24:11 +0100 Subject: [PATCH] copy task: ignore public/imager folder --- .tasks/copy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.tasks/copy b/.tasks/copy index f94e8c0..dafbe82 100755 --- a/.tasks/copy +++ b/.tasks/copy @@ -12,7 +12,8 @@ rsync -avtR --ignore-errors . $DEST \ --exclude='.*/' \ --exclude='craft/storage/backups/*' \ --exclude='craft/storage/runtime/*' \ - --exclude='/public/files' + --exclude='/public/files' \ + --exclude='/public/imager' # copy the important root files echo 'Copying the root files'