Commit f46ecff
committed
chore: keep scratch files out of the repository root
Four files had been sitting in the root for two days: saved web pages and the
one-off script that processed them. Untracked, so nothing was ever committed —
but the root of an engine is the first place a newcomer reads, and anything
there is taken for structure until proven otherwise.
The patterns are anchored to the root on purpose. A crate that genuinely serves
HTML must not have its assets silently ignored, so `/*.html` and not `*.html`.
Claude-Session: https://claude.ai/code/session_01PzJTTrKcGrKtCZsGC3Z7S11 parent 0e2fc16 commit f46ecff
1 file changed
Lines changed: 14 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
0 commit comments