snapshot current state before gitea sync

This commit is contained in:
2026-02-18 10:50:36 +01:00
parent bc22a6b5a0
commit 831ed42b7e
20 changed files with 1015 additions and 61 deletions

4
.gitignore vendored
View File

@@ -6,10 +6,14 @@ node_modules
.env
.env.*
!.env.*.example
!.env.1password
*.secret.*
*.key
*.pem
# IGDB cache (generated at runtime)
server/data/igdb-cache.json
# Build outputs
dist
build