ignore hidden dirs

This commit is contained in:
2025-11-25 21:04:24 -06:00
parent caa2960ac1
commit 0ca341ff18
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -5,6 +5,6 @@
# stdout will be displayed in a dialog.
# Example:
# rsync -r . root@example.com:/var/www/html 2>&1 && echo "Site deployed!"
# rsync -r --delete . root@example.com:/var/www/html 2>&1 && echo "Site deployed!"
echo "Edit _scripts/deploy.sh to set up deploy script"