mirror of
https://git.maid.zone/stuff/soundcloak.git
synced 2025-12-10 05:39:38 +05:00
22 lines
285 B
Plaintext
22 lines
285 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
|
|
*.fiber.gz
|
|
|
|
# codegen
|
|
*_templ.go
|
|
regexp2_codegen.go
|
|
|
|
# built binary
|
|
main
|
|
|
|
!.gitkeep |