Exclude .tex and .pdf from Docker build context

This commit is contained in:
Oliver Hofmann 2026-05-08 08:41:49 +02:00
parent 0154c89c6b
commit fdbe0a74e8

View File

@ -42,6 +42,8 @@ docker-compose.yml
# Docs
*.md
*.tex
*.pdf
# Dev & build scripts
run_dev.py