From c4e6437e9da30ab10c761693ca8dab75711eacd8 Mon Sep 17 00:00:00 2001 From: UnbreakableMJ Date: Thu, 23 Jul 2026 13:48:15 +0300 Subject: [PATCH] chore: gitignore *.mjjournal agent-local files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These are agent-local journal files that were untracked but not ignored, so they showed up in `git status` and failed a local `reuse lint` run — while CI passed, since an untracked file is absent from the checkout. That discrepancy made the local lint useless as a pre-push gate. Grouped with the existing agent-local exclusions (CLAUDE.md, .claude/, Chat.txt). Local `reuse lint` now reports 7/7 and matches CI. Co-Authored-By: Claude Opus 4.8 (1M context) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index aa009bc..3f80424 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ CODEX.md .aider* Chat.txt *.chat.txt +*.mjjournal