.gitignore: drop dead pql un-ignores
test / unit + widget + golden + a11y (push) Failing after 29s
test / integration_test (xvfb) (push) Has been skipped
test / bundle smoke (xvfb 5s) (push) Has been skipped
test / daemon subprocess + web WASM smoke (push) Has been skipped
test / dart doc (lib API) (push) Failing after 1m2s

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 <noreply@anthropic.com>
This commit is contained in:
2026-05-11 18:52:01 +02:00
co-authored by Claude
parent add028eed0
commit b3ed7db75c
-2
View File
@@ -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