From b3ed7db75ce6d0aeef2091e985f13e05da15fc90 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Mon, 11 May 2026 18:52:01 +0200 Subject: [PATCH] .gitignore: drop dead pql un-ignores MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Companion to add028e. The hook-tracking removal commit only staged the .pql/hooks/* file deletions, missing the .gitignore changes themselves. This commit drops: - !.pql/hooks/ (hooks are now per-clone, never tracked) - !.pql/pql-plan.json (legacy snapshot was deleted in the changelog migration; the un-ignore was already pointing at nothing) pql init re-adds !.pql/pql-plan.json on every run even though the file no longer exists post-changelog-migration — minor pql-side finding to flag; harmless until then. Co-Authored-By: Claude --- .gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index 53a430dc..2059599c 100644 --- a/.gitignore +++ b/.gitignore @@ -103,6 +103,4 @@ legacy/**/.coverage.* # frame0-wireframe local ID ↔ Frame0 ID mapping; per-machine state. *.idmap.json .pql/* -!.pql/hooks/ !.pql/changelog/ -!.pql/pql-plan.json