diff options
| author | Craig Jennings <c@cjennings.net> | 2025-11-06 00:44:46 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-11-06 00:44:46 -0600 |
| commit | fd426c1980926c1c4a240262a0f9322156ea40f3 (patch) | |
| tree | 01d07c3bdd9313e4ffba2be2d2d1554cf6e2d344 /.gitignore | |
| parent | 7110f8c1f41b9c82288efb328c709dd00ed8fcb6 (diff) | |
| download | dotemacs-fd426c1980926c1c4a240262a0f9322156ea40f3.tar.gz dotemacs-fd426c1980926c1c4a240262a0f9322156ea40f3.zip | |
chore: Move docs folder to .gitignore
Removed docs/ from version control to keep session notes, personal
workflows, and V2MOM documentation private. These files remain on disk
but are no longer tracked by git.
Files removed from tracking:
- docs/NOTES.org (session history)
- docs/EMACS-CONFIG-V2MOM.org (personal goals)
- docs/SOMEDAY-MAYBE.org (research backlog)
- docs/values-comparison.org
- docs/workflows/*.org (workflow templates)
The docs/ folder still exists locally but is now gitignored.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -50,3 +50,6 @@ auto-save-list/ /multisession/ /browser-choice.el /client_secret_491339091045-sjje1r54s22vn2ugh45khndjafp89vto.apps.googleusercontent.com.json + +# Documentation folder (session notes, personal workflows) +/docs/ |
