summaryrefslogtreecommitdiff
path: root/.gitignore
blob: b073067d1294b34c576e8220584f3864f39abead (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