Initial Commit

This commit is contained in:
Shinuwa 2026-06-28 22:44:04 +02:00
commit 6d2e379a0c
41 changed files with 5064 additions and 0 deletions

14
.gitignore vendored Normal file
View file

@ -0,0 +1,14 @@
#node
node_modules/
# Local configuration and test data
.env
.env.*
!.env.example
src/static/gameservers-list.json
#storage
storage/permanent/*
!storage/permanent/.gitkeep
storage/temp/*
!storage/temp/.gitkeep