Files

27 lines
536 B
Plaintext
Raw Permalink Normal View History

# 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
# Developer tooling (not needed in image; the image builds the root package)
scripts/
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/
# Git metadata
.git
.gitignore