Proto-to-Prod
This commit is contained in:
parent
82a8a6a21a
commit
5cabc31d37
63 changed files with 3783 additions and 602 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
|
@ -27,5 +27,18 @@ Thumbs.db
|
|||
# Direnv
|
||||
.direnv/
|
||||
|
||||
# Source audio (large WAVs from concert tape transfers)
|
||||
content/audio/*.wav
|
||||
|
||||
# Built audio (regenerate from content/audio/ via `make audio`)
|
||||
web/static/audio/*.opus
|
||||
|
||||
# Built images (regenerate from content/images/ via `make images`)
|
||||
web/static/images/*.webp
|
||||
|
||||
# Nix build outputs
|
||||
result
|
||||
result-*
|
||||
|
||||
# Build artifacts from content pipeline
|
||||
content/build/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue