Stop .git directory being copied when creating html

This commit is contained in:
Jonathan Hodgson 2020-12-31 17:40:05 +00:00
parent 2175699660
commit 992a47f727

View file

@ -56,7 +56,7 @@ to-html(){
done
rsync -a \
--exclude "*.md" --exclude "*.sqlite3" \
--exclude "*.md" --exclude ".git" --exclude "*.sqlite3" \
"$dataDir/" "$destination"
rm "$tocFile" "$templateFile"