diff options
| author | t <t@tjp.lol> | 2026-07-11 19:53:12 -0600 |
|---|---|---|
| committer | t <t@tjp.lol> | 2026-07-11 19:53:28 -0600 |
| commit | 10e19481611f21f8ad20986ecc1b9d8d7d89ff4d (patch) | |
| tree | be41f47a1f00463ce81d352d744c7fc0343b79d6 /README.md | |
| parent | 2cf936847f9e04e28d41bc088aa954cf37138359 (diff) | |
follow symlinks, but skip dot-prefixes
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -107,7 +107,9 @@ the flag, Weft does not touch `.gitignore`. Weft validates generated internal links and XML before changing the site. It tracks ownership in `.weft-generated.json`, refuses to replace untracked files, removes only tracked stale outputs, and installs a completed build with rollback -on write failure. Files and whole subtrees beginning with `_` are ignored. +on write failure. Files and whole subtrees beginning with `_` or `.` are ignored. +Symlinked files and directories are followed under their logical site paths; +cycles fail the build. For cron, schedule the build after Syncthing's settling window and use the host's lock and logging tools, for example: |
