From 5e6877e8f3fb552fce3367ff273167d2cf6af75f Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 22 Feb 2026 23:20:56 -0600 Subject: chore: add docs/ to .gitignore and untrack personal files docs/ contains session history, personal workflows, and private protocols that shouldn't be in a public repository. --- docs/announcements/inbox-gitkeep.txt | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 docs/announcements/inbox-gitkeep.txt (limited to 'docs/announcements/inbox-gitkeep.txt') diff --git a/docs/announcements/inbox-gitkeep.txt b/docs/announcements/inbox-gitkeep.txt deleted file mode 100644 index f8946c2..0000000 --- a/docs/announcements/inbox-gitkeep.txt +++ /dev/null @@ -1,10 +0,0 @@ -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 -- cgit v1.2.3