diff options
| -rw-r--r-- | inbox/.gitignore | 4 | ||||
| -rw-r--r-- | inbox/.gitkeep | 0 |
2 files changed, 4 insertions, 0 deletions
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 --- /dev/null +++ b/inbox/.gitkeep |
