blob: f7162c5d928ab044b92173c1cda34c79d416d224 (
plain)
1
2
3
4
5
6
7
8
9
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
|