feat: add Unity assets, frontend, update gitignore - remove dev artifacts

This commit is contained in:
2026-05-15 09:13:01 +02:00
parent 70a3e376b2
commit 679929cffe
2 changed files with 16 additions and 0 deletions

15
.gitignore vendored
View File

@@ -15,6 +15,21 @@ game/[Aa]ssets/[Ss]treamingAssets/aa/
rolld_backend/game/node_modules/ rolld_backend/game/node_modules/
rolld_backend/game/.env rolld_backend/game/.env
# Frontend build output & dependencies
frontend/node_modules/
frontend/dist/
# WebGL build artifacts (generated by Unity)
build/
nouveau_build/
# Dev-only tools (buildgate was used for manual dev deploys, remplacé par Coolify)
rolld_buildgate/
# Sensitive files
git_key
check_wasm.js
# OS # OS
.DS_Store .DS_Store
Thumbs.db Thumbs.db

1
frontend Submodule

Submodule frontend added at 6803f05f5e