From 8b9c2cc247f8d71d570921cb127e7e08cfac7674 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 22 Feb 2026 23:23:59 -0600 Subject: clean personal info and private files from repository - Remove personal hardware specs, machine-specific troubleshooting docs, and video transcript from assets/ - Remove stale PLAN-zfsbootmenu-implementation.org (feature complete) - Remove .stignore (Syncthing config, not project-relevant) - Untrack todo.org (personal task tracker with private infra details) - Make archsetup path configurable via ARCHSETUP_DIR env var in build.sh - Use $REAL_USER instead of hardcoded username in build-release scp --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index df13c81..8b56307 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ reference-repos/ # Personal session/workflow docs (not project documentation) docs/ +todo.org -- cgit v1.2.3