Harden bot, storage and web API

This commit is contained in:
Shinuwa 2026-06-30 17:25:00 +02:00
parent e974bc6660
commit 20624a5c9c
43 changed files with 1265 additions and 1012 deletions

17
.gitignore vendored
View file

@ -1,14 +1,21 @@
#node
# Node.js
node_modules/
coverage/
*.log
# Environment files, including local variants and backups
.env*
!.env.example
# Local configuration and test data
.env
.env.*
!.env.example
src/static/gameservers-list.json
#storage
# Runtime storage
storage/runtime/
storage/permanent/*
!storage/permanent/.gitkeep
storage/temp/*
!storage/temp/.gitkeep
# Operating system files
.DS_Store