diff --git a/sync.sh b/sync.sh index 6812d5b..83e3c79 100644 --- a/sync.sh +++ b/sync.sh @@ -10,7 +10,8 @@ function sync() { --info=progress2 \ --filter=':- .gitignore' \ --filter=':- .dockerignore' \ - --exclude '.git sync.sh' \ + --exclude '.git' \ + --exclude 'sync.sh' \ --delete \ $SOURCE $TARGET }