From 402760c2b81606e8025dd237349ec502d910042c Mon Sep 17 00:00:00 2001 From: "A.M. Rowsell" Date: Wed, 13 Jul 2022 00:47:54 -0400 Subject: [PATCH] Updated gitignore to ignore PDF output --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bf0277a..52a90d9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ resources/ layers/ -*png \ No newline at end of file +*png +*pdf \ No newline at end of file