Exclude .git from rsync to not delete it

This commit is contained in:
Laurent Raufaste 2013-05-04 19:26:38 -04:00
parent 7d4062131a
commit 2856502528

View File

@ -12,7 +12,8 @@ RSYNC="rsync --recursive \
--exclude=include/*.inc \
--exclude=rulez/*.log \
--exclude=include/auth.php \
--exclude=bin/sync"
--exclude=bin/sync \
--exclude=.git"
if $DEBUG
then