44 lines
574 B
Text
44 lines
574 B
Text
# Node
|
|
node_modules/
|
|
.svelte-kit/
|
|
build/
|
|
dist/
|
|
.vite/
|
|
|
|
# Go
|
|
server/docent
|
|
server/docent.exe
|
|
|
|
# Local environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Editor
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
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/
|