diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-22 23:20:56 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-22 23:20:56 -0600 |
| commit | 3a2445080c880544985f50fb0d916534698cc073 (patch) | |
| tree | 909f98edbbb940aafb95de02457d4d6f7db3cba4 /docs/announcements/inbox-gitkeep.txt | |
| parent | 3595aa8a8122da543676717fb5825044eee99a9d (diff) | |
| download | archangel-3a2445080c880544985f50fb0d916534698cc073.tar.gz archangel-3a2445080c880544985f50fb0d916534698cc073.zip | |
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.
Diffstat (limited to 'docs/announcements/inbox-gitkeep.txt')
| -rw-r--r-- | docs/announcements/inbox-gitkeep.txt | 10 |
1 files changed, 0 insertions, 10 deletions
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
|
