This commit is contained in:
Rodolfo Berrios 2021-11-20 20:31:59 -03:00
parent eda6894863
commit 2881c892d8
No known key found for this signature in database
GPG Key ID: 3918A8F6B56606B3
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ function sync() {
--info=progress2 \
--filter=':- .gitignore' \
--filter=':- .dockerignore' \
--exclude '.git sync.sh' \
--exclude '.git' \
--exclude 'sync.sh' \
--delete \
$SOURCE $TARGET
}