From 77840d7d5c88271bd2654e76e0cbc7472875dc8d Mon Sep 17 00:00:00 2001 From: nopeitsnothing Date: Fri, 22 May 2026 16:26:16 -0400 Subject: [PATCH] 6/8 chore: track .b2 hash files in .gitignore Adds export/thgtoa.pdf.b2 and export/thgtoa-dark.pdf.b2 alongside the existing .sha256 and .sig entries. Signed-off-by: nopeitsnothing --- .gitignore | 56 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/.gitignore b/.gitignore index d1b3b07..ca56b1c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,27 +1,29 @@ -# Visual Studio (Windows) solution metadata -.vs/ -.vscode/ - -# Python (MkDocs, scripts/build_guide_pdf.py) -__pycache__/ -*.py[cod] -*$py.class -.venv/ -venv/ -env/ -ENV/ -.env - -# Cache -.cache/ - -# MkDocs build output and local PDF export -site/ -_site/ -_site_test/ -build/ - -# Export directory - but track hash files and signatures -export/thgtoa.pdf.sha256 -export/thgtoa-dark.pdf.sha256 -*.sig +# Visual Studio (Windows) solution metadata +.vs/ +.vscode/ + +# Python (MkDocs, scripts/build_guide_pdf.py) +__pycache__/ +*.py[cod] +*$py.class +.venv/ +venv/ +env/ +ENV/ +.env + +# Cache +.cache/ + +# MkDocs build output and local PDF export +site/ +_site/ +_site_test/ +build/ + +# Export directory - but track hash files and signatures +export/thgtoa.pdf.sha256 +export/thgtoa-dark.pdf.sha256 +export/thgtoa.pdf.b2 +export/thgtoa-dark.pdf.b2 +*.sig