mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2026-06-10 15:52:29 +02:00
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 <no@anonymousplanet.org>
This commit is contained in:
+29
-27
@@ -1,27 +1,29 @@
|
|||||||
# Visual Studio (Windows) solution metadata
|
# Visual Studio (Windows) solution metadata
|
||||||
.vs/
|
.vs/
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|
||||||
# Python (MkDocs, scripts/build_guide_pdf.py)
|
# Python (MkDocs, scripts/build_guide_pdf.py)
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
*$py.class
|
*$py.class
|
||||||
.venv/
|
.venv/
|
||||||
venv/
|
venv/
|
||||||
env/
|
env/
|
||||||
ENV/
|
ENV/
|
||||||
.env
|
.env
|
||||||
|
|
||||||
# Cache
|
# Cache
|
||||||
.cache/
|
.cache/
|
||||||
|
|
||||||
# MkDocs build output and local PDF export
|
# MkDocs build output and local PDF export
|
||||||
site/
|
site/
|
||||||
_site/
|
_site/
|
||||||
_site_test/
|
_site_test/
|
||||||
build/
|
build/
|
||||||
|
|
||||||
# Export directory - but track hash files and signatures
|
# Export directory - but track hash files and signatures
|
||||||
export/thgtoa.pdf.sha256
|
export/thgtoa.pdf.sha256
|
||||||
export/thgtoa-dark.pdf.sha256
|
export/thgtoa-dark.pdf.sha256
|
||||||
*.sig
|
export/thgtoa.pdf.b2
|
||||||
|
export/thgtoa-dark.pdf.b2
|
||||||
|
*.sig
|
||||||
|
|||||||
Reference in New Issue
Block a user