summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPhilipp Geyer <philipp@geyer.co.uk>2022-01-26 21:58:52 +0000
committerPhilipp Geyer <philipp@geyer.co.uk>2022-01-26 21:58:52 +0000
commit6a2ebdba979e8a86afad1a033ad5f9252a621942 (patch)
tree3fa2f2af195e1b4b9705172127eff8ee2175bd39 /.gitignore
parent701fb8c8d168889bba65b2ffcb0d67b6da92b7b8 (diff)
Adding Mamalade Juice writeup - also adding missing static file, which I didnt realise was being blocked by gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 2 insertions, 2 deletions
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