From b3baf84b4a59bd582808bb160c5d39e7eff7a67a Mon Sep 17 00:00:00 2001 From: Joost van Ingen <joost.vaningen@wur.nl> Date: Wed, 27 Mar 2019 17:25:28 +0100 Subject: [PATCH] adds generated cache dir to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a7d3737..ea9b880 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,6 @@ # Ignore Lectora Published files html/ scorm/ +cache/ # Ignore Thumbs.db files Thumbs.db \ No newline at end of file -- GitLab