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:
parent
de1f437970
commit
d3a1f9ee0e
3 changed files with 3 additions and 85 deletions
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Generated by build-site.sh — not tracked in git
|
||||
now/
|
||||
status.html
|
||||
Loading…
Add table
Add a link
Reference in a new issue