From 4543b973a9c1e5dd1815015144fba59ac343a594 Mon Sep 17 00:00:00 2001 From: Lakhan Samani Date: Mon, 17 Aug 2026 12:18:05 +0530 Subject: [PATCH] chore(gitignore): drop a reference to a file that never existed in-repo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The rule keeping e2e-playground's TLS fixtures tracked cited docs/superpowers/plans/2026-07-20-playground-e2e.md as its justification. That path is gitignored (.gitignore:29) and was never committed, so the citation could not be followed by anyone cloning the repo — and the file has since been deleted locally too. States the reason inline instead. Same class as the stale references corrected in #779; this one was missed because .gitignore is not a Go file and the scan only walked *.go. --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 71bfc5b01..ffaf9b03a 100644 --- a/.gitignore +++ b/.gitignore @@ -16,7 +16,10 @@ test.db .yalc yalc.lock certs/ -# Test-only e2e-playground fixtures are intentionally checked in (docs/superpowers/plans/2026-07-20-playground-e2e.md Global Constraints). +# Test-only e2e-playground fixtures are intentionally checked in: the suite +# generates its TLS material into the stack at run time, and these are the +# fixtures it needs present beforehand. They are test-only and contain no +# production secret. !e2e-playground/fixtures/certs/ !e2e-playground/mocks/mock-saml-idp/certs/ *-shm