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 ++++ 1 file changed, 4 insertions(+) create mode 100644 inbox/.gitignore (limited to 'inbox/.gitignore') 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 -- cgit v1.2.3