summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPhilipp Geyer <philipp@geyer.co.uk>2022-01-22 14:12:35 +0000
committerPhilipp Geyer <philipp@geyer.co.uk>2022-01-22 14:12:35 +0000
commitba4e78346aac1843890c1a889807b8e60bdf9419 (patch)
tree5982ccc113872b20db69005bf8bb2addff492571 /.gitignore
parent93ea64f62c8056a532367600f53f69d4daa79ea3 (diff)
Some work on my website - should be looking half decent finally, and have some content
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 10 insertions, 0 deletions
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