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. --- .cask/30.2/bootstrap/s-20220902.1511/s-pkg.el | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .cask/30.2/bootstrap/s-20220902.1511/s-pkg.el (limited to '.cask/30.2/bootstrap/s-20220902.1511/s-pkg.el') diff --git a/.cask/30.2/bootstrap/s-20220902.1511/s-pkg.el b/.cask/30.2/bootstrap/s-20220902.1511/s-pkg.el deleted file mode 100644 index 7c4144cc..00000000 --- a/.cask/30.2/bootstrap/s-20220902.1511/s-pkg.el +++ /dev/null @@ -1,10 +0,0 @@ -;; -*- no-byte-compile: t; lexical-binding: nil -*- -(define-package "s" "20220902.1511" - "The long lost Emacs string manipulation library." - () - :url "https://github.com/magnars/s.el" - :commit "b4b8c03fcef316a27f75633fe4bb990aeff6e705" - :revdesc "b4b8c03fcef3" - :keywords '("strings") - :authors '(("Magnar Sveen" . "magnars@gmail.com")) - :maintainers '(("Jason Milkins" . "jasonm23@gmail.com"))) -- cgit v1.2.3