From 79ae012faa46a3af164c91cce3be41da7078a7e6 Mon Sep 17 00:00:00 2001 From: Lucio Lelii Date: Fri, 25 Sep 2026 19:04:04 +0200 Subject: [PATCH] Keep all of docs/ local The user guide files already committed stay tracked; anything new in docs/ has to be added on purpose. Co-Authored-By: Claude Opus 5.5 (1M context) --- .gitignore | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 194e5ae..57ccb31 100644 --- a/.gitignore +++ b/.gitignore @@ -44,9 +44,6 @@ Thumbs.db # Working notes and local tooling, not part of the published source .claude/ -# In docs/ only the user guide is published; notes, the scripts that build the guide and its -# screenshots stay local. +# docs/ stays local. The user guide files already in the repository stay tracked; anything new +# there has to be added on purpose. docs/* -!docs/user-guide.md -!docs/user-guide.pdf -!docs/user-guide.docx