diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-26 00:48:01 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-26 00:48:01 -0500 |
| commit | 23e4157530cff4ed95e6a9473f8ef9434d453b42 (patch) | |
| tree | 3288afc53b99acee0ea1710532645c304ff51bfc | |
| parent | 8c42615b09471db089d81b7d702c60917fb85c79 (diff) | |
| download | pearl-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-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ # Per-project tooling (local only) .ai/ /todo.org +/inbox/ # --- elisp build / test tooling --- *.elc |
