diff options
| author | Craig Jennings <c@cjennings.net> | 2026-04-05 06:15:13 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-04-05 06:15:13 -0500 |
| commit | 1b87b6f9e1e4d552a32a6ded9186ac8b8d5961ec (patch) | |
| tree | b4927a4b7c7e1a24e6b083f1b3679a17a2a83e46 /.gitignore | |
| parent | 6cb923b4fb9ae66258a9eeef0d67d7e950daa737 (diff) | |
| download | dotemacs-1b87b6f9e1e4d552a32a6ded9186ac8b8d5961ec.tar.gz dotemacs-1b87b6f9e1e4d552a32a6ded9186ac8b8d5961ec.zip | |
chore: gitignore and untrack build artifacts, vendored assets, personal files
Untrack .cask/, .localrepo/ (61M), emojis/ (7.2M), inbox/, todo.org,
v2mom.org, .time-zones.el. Move test-reporter-spec.org to docs/ (already
gitignored). Reduces tracked repo size significantly.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -62,6 +62,21 @@ auto-save-list/ history .stignore +# Inbox (files for Claude to process at session start) +/inbox/ + +# Build artifacts and package caches +/.cask/ +/.localrepo/ + +# Vendored binary assets +/emojis/ + +# Personal planning and task files +/todo.org +/v2mom.org +/.time-zones.el + # Calendar sync generated data /data/gcal.org /data/pcal.org |
