Files
Sylpheed/.gitignore
Sylpheed port agent 1c80e54914 port: gitignore the export tree, which MISSION already said was ignored
`export/` is what `crates/sylpheed-export` writes and what
`ExportTree.locate()` reads. It was **not** gitignored. `data/base/` was --
the name MODDING.md gives the same tree, and a directory nothing writes.

So the live output directory was tracked while MISSION §4 states, as the
hardest rule in this project, that it 'is generated from the user's own disc
and is gitignored'. A `git add -A` in a container that had run the exporter
would have committed the disc: 16 screens of sprite PNGs and two transcoded
.ogv reels.

Nothing was committed -- this repository's history is clean, and a fresh
container reproduces the hazard rather than inheriting it, because the export
tree is regenerated and never cloned.

Both names are now ignored, so renaming the tree to match MODDING.md later
cannot silently re-open this.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Evuhbt8pxKJEUvwfniwYkU
2026-08-29 10:45:33 +00:00

1.2 KiB