Files
moonweb-site/.eleventyignore
T
stefankoelle 17a2098b9b Replace .eleventyignore manipulation with programmatic ignores
- Root config now excludes stefankoelle/timecapsule via eleventyConfig.ignores
- .eleventyignore stays static (no runtime edits)
- start-dev.sh simplified: no .bak/.tmp dance, no sleep ordering
- All 3 dev servers (8081/8086/8087) run in parallel without crashes
2026-09-11 21:47:45 +02:00

16 lines
242 B
Plaintext

scripts/
.tmp/
# Root markdown files (not templates)
/*.md
# Hub static redirect files (handled by passthrough copy)
hub/hardware.html
hub/users.html
hub/index2.html
hub/index3.html
hub/new.html
hub/links.html
hub/infos.html
hub/start.html