pub const SCRATCH_GITIGNORE: &str = "# Auto-generated by newt: ephemeral scratch (#844). Never commit this dir.\n*\n";Expand description
Contents of the self-ignoring <root>/.gitignore. * ignores every file
under the scratch root regardless of the repo’s root .gitignore, so the
harness owns the ignore and the model cannot forget it.