Stop .git directory being copied when creating html
This commit is contained in:
parent
2175699660
commit
992a47f727
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ to-html(){
|
||||||
done
|
done
|
||||||
|
|
||||||
rsync -a \
|
rsync -a \
|
||||||
--exclude "*.md" --exclude "*.sqlite3" \
|
--exclude "*.md" --exclude ".git" --exclude "*.sqlite3" \
|
||||||
"$dataDir/" "$destination"
|
"$dataDir/" "$destination"
|
||||||
|
|
||||||
rm "$tocFile" "$templateFile"
|
rm "$tocFile" "$templateFile"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue