summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authort <t@tjp.lol>2026-07-13 11:38:42 -0600
committert <t@tjp.lol>2026-07-31 16:18:30 -0600
commitfd8b956ab23176e669c29e4086c1f016be419ed9 (patch)
tree2ca22b68597e2a7bc43643822cd0e78e0ea768a1 /README.md
parent9f4971c92628052b8c51342b83b9aef966a4c318 (diff)
Skip symlinked outputs in the managed .gitignore
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index afcc659..fb0e97f 100644
--- a/README.md
+++ b/README.md
@@ -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`.