diff options
| author | t <t@tjp.lol> | 2026-07-13 11:38:42 -0600 |
|---|---|---|
| committer | t <t@tjp.lol> | 2026-07-31 16:18:30 -0600 |
| commit | fd8b956ab23176e669c29e4086c1f016be419ed9 (patch) | |
| tree | 2ca22b68597e2a7bc43643822cd0e78e0ea768a1 /README.md | |
| parent | 9f4971c92628052b8c51342b83b9aef966a4c318 (diff) | |
Skip symlinked outputs in the managed .gitignore
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -98,7 +98,8 @@ All standard `html/template` actions and functions remain available, including ## Git ignore management `-gitignore` atomically replaces a marked block in the site-root `.gitignore` -with exact, root-anchored paths for the current generated outputs. Content +with exact, root-anchored paths for the current generated outputs. Outputs below +symlinked directories are omitted because Git does not traverse them. Content outside the block is preserved, and stale output entries are removed. Without the flag, Weft does not touch `.gitignore`. |
