From c282995bc1c614590bdd3a356138c0a4e96dc270 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 4 Jun 2026 16:28:01 -0500 Subject: chore: track inbox directory, ignore its contents --- inbox/.gitignore | 4 ++++ inbox/.gitkeep | 0 2 files changed, 4 insertions(+) create mode 100644 inbox/.gitignore create mode 100644 inbox/.gitkeep diff --git a/inbox/.gitignore b/inbox/.gitignore new file mode 100644 index 0000000..f9cbba8 --- /dev/null +++ b/inbox/.gitignore @@ -0,0 +1,4 @@ +# Inbox contents are transient and local-only — track the directory, ignore what lands in it. +* +!.gitignore +!.gitkeep diff --git a/inbox/.gitkeep b/inbox/.gitkeep new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3