mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
30 lines
293 B
Text
30 lines
293 B
Text
# Local volumes
|
|
/config
|
|
/data
|
|
/db
|
|
|
|
# Updated through volumes
|
|
Server/data
|
|
Server/worldprops
|
|
|
|
# Env files containing secrets
|
|
/.env
|
|
/*.env
|
|
|
|
# Log files
|
|
logs
|
|
*.log
|
|
|
|
# Git files
|
|
.git
|
|
.gitattributes
|
|
.gitignore
|
|
|
|
# Basic stuff
|
|
*.md
|
|
LICENSE
|
|
.gitlab-ci.yml
|
|
|
|
# Docker files
|
|
docker-compose.yml
|
|
Dockerfile
|