From 16f67628b09a67882e735586bf7ea56eb7651644 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 5 Apr 2026 06:15:13 -0500 Subject: 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. --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c7adf7af..8baa13a8 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit v1.2.3