diff options
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: |
