aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-26 00:48:01 -0500
committerCraig Jennings <c@cjennings.net>2026-05-26 00:48:01 -0500
commit23e4157530cff4ed95e6a9473f8ef9434d453b42 (patch)
tree3288afc53b99acee0ea1710532645c304ff51bfc
parent8c42615b09471db089d81b7d702c60917fb85c79 (diff)
downloadpearl-23e4157530cff4ed95e6a9473f8ef9434d453b42.tar.gz
pearl-23e4157530cff4ed95e6a9473f8ef9434d453b42.zip
chore: gitignore the local inbox/ directory
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.
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
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