fix: remove now/ from garden repo — it is generated, not sourced

now/ and status.html land directly in /srv/vigilio/ from the generators
in build-site.sh. Having them in the garden repo causes the second
rsync to overwrite generator output with static files.

Added .gitignore to exclude both.
This commit is contained in:
Vigilio Desto 2026-04-04 14:30:09 +00:00
parent de1f437970
commit d3a1f9ee0e
Signed by: Vigo
GPG key ID: 159D6AD58C8E55E9
3 changed files with 3 additions and 85 deletions

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
# Generated by build-site.sh — not tracked in git
now/
status.html