From 7abf0e0c0460fedb7d2d4738faaa7cc7047ea3ba Mon Sep 17 00:00:00 2001 From: Adolfo Delorenzo Date: Thu, 12 Feb 2026 11:38:01 -0600 Subject: [PATCH] build: add TINYCORE-MODIFICATIONS.md to .gitignore Co-Authored-By: Claude Opus 4.6 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ed6f832..af2c547 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,6 @@ Thumbs.db # Go update/update-agent cloud-init/cloud-init-parser + +# Local docs (not tracked) +TINYCORE-MODIFICATIONS.md