From a8c854e61b5c207f38a9bf21767a8ba2a302e009 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Blomberg?= Date: Mon, 13 Apr 2026 10:59:53 +0200 Subject: [PATCH] fix: update .gitignore to include autogenerated PDF files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 2cb998b..0deee54 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,9 @@ settings.json .DS_Store Thumbs.db +# autogen PDF:s +*.pdf + # IDE .idea/ *.swp