From 5e6877e8f3fb552fce3367ff273167d2cf6af75f Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 22 Feb 2026 23:20:56 -0600 Subject: chore: add docs/ to .gitignore and untrack personal files docs/ contains session history, personal workflows, and private protocols that shouldn't be in a public repository. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 57e156e..df13c81 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,6 @@ zfs-packages/ vm/ test-logs/ reference-repos/ + +# Personal session/workflow docs (not project documentation) +docs/ -- cgit v1.2.3