From ba4e78346aac1843890c1a889807b8e60bdf9419 Mon Sep 17 00:00:00 2001 From: Philipp Geyer Date: Sat, 22 Jan 2022 14:12:35 +0000 Subject: Some work on my website - should be looking half decent finally, and have some content --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f7162c5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# technically this is a symlink to a different user on the live machine, so +# it doesn't need the folder one, but keep it to be save +output/ +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 -- cgit v1.2.3-70-g09d2