2026-04-03 14:26:26 +02:00
|
|
|
# Compiled binaries
|
|
|
|
|
*.exe
|
|
|
|
|
chatserver
|
|
|
|
|
owncord-server.exe
|
|
|
|
|
|
|
|
|
|
# Data & uploads (user-provided at runtime via volume)
|
|
|
|
|
data/
|
|
|
|
|
|
|
|
|
|
# Coverage and test output
|
|
|
|
|
*.out
|
|
|
|
|
*.prof
|
|
|
|
|
|
|
|
|
|
# Local config (users provide their own via volume mount or env)
|
|
|
|
|
config.yaml
|
|
|
|
|
|
2026-08-28 06:54:32 +02:00
|
|
|
# Developer tooling (not needed in image; the image builds the root package)
|
2026-04-03 14:26:26 +02:00
|
|
|
scripts/
|
2026-08-28 06:54:32 +02:00
|
|
|
cmd/
|
|
|
|
|
|
|
|
|
|
# Plugin examples: source for a disabled subsystem, plus a prebuilt .wasm a
|
|
|
|
|
# developer may still have on disk untracked. Nothing in the image reads either.
|
|
|
|
|
plugin/examples/
|
2026-04-03 14:26:26 +02:00
|
|
|
|
|
|
|
|
# Git metadata
|
|
|
|
|
.git
|
|
|
|
|
.gitignore
|