From 18f996b35f76717e3a4de26e3e364a22b5e32bc2 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Mon, 8 Jun 2020 21:48:18 +0200 Subject: [PATCH] Ignore all files contained in pdfExports/ --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 39cafe7..b5eb5fd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Project files to ignore config.js +pdfExports/* *.swp .DS_Store