From e3dbed9f5ec6f8aba5e45139b0967bd660b4e123 Mon Sep 17 00:00:00 2001 From: Oliver Hofmann Date: Fri, 8 May 2026 08:15:07 +0200 Subject: [PATCH] Ignore generated KURZANLEITUNG.tex and .pdf --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9aff2f5..62a3e64 100644 --- a/.gitignore +++ b/.gitignore @@ -26,4 +26,8 @@ frontend/node_modules/ frontend/dist/ # Misc -config.json \ No newline at end of file +config.json + +# Generated documents +KURZANLEITUNG.tex +KURZANLEITUNG.pdf \ No newline at end of file