allow instances to easily override assets (read readme)

This commit is contained in:
Laptop
2024-12-21 22:52:04 +02:00
parent e3a4f7f861
commit 74450e807d
6 changed files with 50 additions and 8 deletions

24
.gitignore vendored
View File

@@ -1,9 +1,19 @@
node_modules
main
package-lock.json
*_templ.go
fly.toml
*.fiber.gz
# soundcloak config (and instance-specific files)
soundcloak.json
instance/*
# other configs
compose.yaml
regexp2_codegen.go
fly.toml
# created by soundcloak/dependencies
node_modules
package-lock.json
*.fiber.gz
# codegen
*_templ.go
regexp2_codegen.go
# built binary
main