From 23e4157530cff4ed95e6a9473f8ef9434d453b42 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 26 May 2026 00:48:01 -0500 Subject: chore: gitignore the local inbox/ directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit inbox/ holds cross-agent message drops and wrap-up lint follow-ups — local workflow state, the same class as .ai/ and todo.org. Keep it out of the tracked tree. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4bc61c3..048f470 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # Per-project tooling (local only) .ai/ /todo.org +/inbox/ # --- elisp build / test tooling --- *.elc -- cgit v1.2.3