From 679929cffe37c3b084562fbb31123fbc906a1e8f Mon Sep 17 00:00:00 2001 From: kerboul Date: Fri, 15 May 2026 09:13:01 +0200 Subject: [PATCH] feat: add Unity assets, frontend, update gitignore - remove dev artifacts --- .gitignore | 15 +++++++++++++++ frontend | 1 + 2 files changed, 16 insertions(+) create mode 160000 frontend diff --git a/.gitignore b/.gitignore index a92cbfe..263351d 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,21 @@ game/[Aa]ssets/[Ss]treamingAssets/aa/ rolld_backend/game/node_modules/ 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 .DS_Store Thumbs.db diff --git a/frontend b/frontend new file mode 160000 index 0000000..6803f05 --- /dev/null +++ b/frontend @@ -0,0 +1 @@ +Subproject commit 6803f05f5e754e6903d63938f20c10636136ce89