Files
Minecraft-Server/.gitignore
Paul Kloppers f67c8c8012 Add manual world backup script
Flushes world via rcon (save-off + save-all flush) before tarring
when the server is running; skips the flush and archives as-is when
the container is down. Outputs timestamped archives to backups/,
which is gitignored.
2026-04-21 20:35:57 +02:00

24 lines
337 B
Plaintext

# Runtime / generated data
data/world/
data/libraries/
data/versions/
data/logs/
data/.cache/
data/minecraft_server.*.jar
# Secrets
data/.rcon-cli.env
data/.rcon-cli.yaml
# Backup snapshots
data.*.bak/
*.bak/
backups/
# Port-forward runtime state
portforward.log
portforward.pid
# Local Claude Code state
.claude/settings.local.json