From 6373e399b4d32af6f9743b8243fd0d4da7467f7c Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Sun, 26 Apr 2026 13:09:45 +0200 Subject: [PATCH] remove duplicate pql gitignore block and hooks negation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The hooks under .pql/hooks/ are installed locally by pql init — they're runtime scaffolding, not source. The original block at lines 49-51 already covers .pql/* with the pql-plan.json negation; the second block was redundant. Co-Authored-By: Claude --- .gitignore | 3 --- .pql/pql-plan.json | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 7afcc413..33c84e5a 100644 --- a/.gitignore +++ b/.gitignore @@ -95,6 +95,3 @@ legacy/**/.coverage legacy/**/.coverage.* .clide/settings.yaml .claude/skills/pql/ -.pql/* -!.pql/pql-plan.json -!.pql/hooks/ diff --git a/.pql/pql-plan.json b/.pql/pql-plan.json index 1ace2415..2d85b1b2 100644 --- a/.pql/pql-plan.json +++ b/.pql/pql-plan.json @@ -1,5 +1,5 @@ { - "exported_at": "2026-04-25T11:12:25Z", + "exported_at": "2026-04-26T11:09:45Z", "decisions": [ { "id": "D-1",