diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 10 |
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 |
