summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
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