From 979c847dc6062e685db90bcdb352e5b0f475a68c Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Mon, 10 Dec 2018 10:09:19 +0100 Subject: [PATCH] Chore(rsync): Add venv to exclude for rync --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 810c952..8365d19 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ SSH_CONF=Embrevade SSH_TARGET_DIR=/var/docker/raw.opytex.org/www/ -SRC_EXCLUDE=--exclude 'Archive' --exclude 'tools/' --exclude "__pycache__" --exclude "config.sh" --exclude "reflections" --exclude "Notes" --exclude "notes" +SRC_EXCLUDE=--exclude 'Archive' --exclude 'tools/' --exclude "__pycache__" --exclude "config.sh" --exclude "reflections" --exclude "Notes" --exclude "notes" --exclude "venv" GIT_EXCLUDE=--exclude ".git" --exclude ".gitignore" --exclude ".*" ssh_upload: