From 6a2ebdba979e8a86afad1a033ad5f9252a621942 Mon Sep 17 00:00:00 2001 From: Philipp Geyer Date: Wed, 26 Jan 2022 21:58:52 +0000 Subject: Adding Mamalade Juice writeup - also adding missing static file, which I didnt realise was being blocked by gitignore --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f7162c5..b073067 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,5 @@ output # similarly, this is also a symlink, but for another reason. If I copy the static # data directly into the output, all links to it will be annoyingly prefixed with output/ # so instead copy to the root of the project, which is symlinked into the output dir -static/ -static \ No newline at end of file +/static/ +/static \ No newline at end of file -- cgit v1.2.3-70-g09d2