Initialize server 3301 config repository.

Add the initial gamedata manifest so target servers can clone and sync runtime data during deployment.
This commit is contained in:
Cursor Agent 2026-04-20 20:55:31 +00:00
commit 889d5dc964
2 changed files with 12 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
.DS_Store
*.tmp
*.swp

9
gamedata/manifest.json Normal file
View File

@ -0,0 +1,9 @@
{
"server_id": 3301,
"version": "1",
"release": "",
"generated_at": "",
"git_branch": "main",
"datasets": {},
"hashes": {}
}