diff options
Diffstat (limited to 'docs/announcements')
| -rw-r--r-- | docs/announcements/inbox-gitkeep.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/announcements/inbox-gitkeep.txt b/docs/announcements/inbox-gitkeep.txt new file mode 100644 index 0000000..f8946c2 --- /dev/null +++ b/docs/announcements/inbox-gitkeep.txt @@ -0,0 +1,10 @@ +The inbox/ directory was disappearing between sessions because git doesn't track
+empty directories. A .gitkeep file has been added to fix this.
+
+Action: If your project has an inbox/ directory, ensure it contains a .gitkeep file:
+
+ touch inbox/.gitkeep
+
+If your project doesn't have an inbox/ directory yet, create one with .gitkeep:
+
+ mkdir -p inbox && touch inbox/.gitkeep
|
