diff --git a/update.sh b/update.sh index 7bfc139..8fbef56 100755 --- a/update.sh +++ b/update.sh @@ -93,7 +93,7 @@ do done # Now that all files are updated copy them to the main directory. -rsync -r \ +rsync -r --exclude='.git' \ "${MODS_PATH}" \ "${DESTINATION_PATH}"