From f3d0368a75a98db677464aa77e8c6a04f2f8c01f Mon Sep 17 00:00:00 2001 From: Maarten Billemont Date: Wed, 22 Oct 2014 16:03:40 -0400 Subject: [PATCH] Don't sync .git repos. --- Site/2013-05/sync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Site/2013-05/sync b/Site/2013-05/sync index 07f4741d..e2ebddff 100755 --- a/Site/2013-05/sync +++ b/Site/2013-05/sync @@ -2,4 +2,4 @@ set -e cd "${BASH_SOURCE[0]%/*}" -s3cmd sync --delete-removed --follow-symlinks --preserve --acl-public --reduced-redundancy . s3://masterpasswordapp.com/ +s3cmd sync --exclude '.git/**' --delete-removed --follow-symlinks --preserve --acl-public --reduced-redundancy . s3://masterpasswordapp.com/