1
2
3
4
5
6
7
8
9
10
11
12
|
# Audio never enters this repository. It is large, it does not delta-compress,
# and this repo is published to sources.profpatsch.de — see observations(7),
# "WHY THE AUDIO IS NOT IN GIT". Episodes are published by copying this
# directory to /var/lib/observations/audio/ on the server.
/audio/
# Rendered output belongs in users/Profpatsch/web/observations/, which is
# where the website deploy picks it up.
/out/
# `go build` in this directory leaves a binary named after the package.
/observations
|