Commit 116197a001581d9e8efb2588f022f37362a5cccb
1 parent
4e762263
Exists in
master
and in
2 other branches
Don't exclude config.yml and add some more exclusions.
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
bin/publish
... | ... | @@ -72,7 +72,11 @@ rsync -r --delete \ |
72 | 72 | --exclude .idea \ |
73 | 73 | --exclude bin \ |
74 | 74 | --exclude cache \ |
75 | - --exclude config.yml \ | |
75 | + --exclude venv* \ | |
76 | + --exclude res \ | |
77 | + --exclude spec \ | |
78 | + --exclude web/run.log \ | |
79 | + --exclude web/VISITS \ | |
76 | 80 | . ${USER}@${SERVER}:${REMOTE_DIR} |
77 | 81 | |
78 | 82 | ... | ... |