Files
soundcloak/.gitignore
2025-10-26 10:03:42 +02:00

28 lines
343 B
Plaintext

# soundcloak config (and instance-specific files)
soundcloak.json
static/instance/*
# external js modules
static/external/*
# other configs
compose.yaml
fly.toml
# created by soundcloak/dependencies
.compression
*.br
*.gzip
*.zstd
# codegen
*_templ.go
regexp2_codegen.go
# built binary
main
!.gitkeep
# for development/testing
Caddyfile