From d7ede939445fc73b782424c9e73fdadfcf4d4360 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 10 Dec 2021 09:04:48 +0200 Subject: chore: git ignore HTML and PDF file They'll be generated by Subplot. Sponsored-by: author --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index ea8c4bf..6d0ceda 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ /target +*.pdf +*.html -- cgit v1.2.1