- Replace apps/game (TypeScript/Vite/R3F) with a Bevy 0.16 Rust client featuring main menu, star map, and flight states - Add services/auth: Express + better-auth server with SpacetimeDB token exchange endpoint - Delete archive/legacy-static/ (old JS demos, CSS, assets) - Update docs pages (architecture, gameplay, roadmap, social, overview) to reflect Bevy pivot - Clean up workspace config: remove apps/game from pnpm workspace, update dev scripts, tsconfig, and AGENTS.md files - Add .vscode/settings.json for Rust tooling
21 lines
227 B
Plaintext
21 lines
227 B
Plaintext
node_modules/
|
|
dist/
|
|
build/
|
|
coverage/
|
|
.turbo/
|
|
.nx/
|
|
.vite/
|
|
.parcel-cache/
|
|
.cache/
|
|
.DS_Store
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
spacetime.local.json
|
|
*.tsbuildinfo
|
|
vite.config.js
|
|
vite.config.d.ts
|
|
.playwright-mcp/
|
|
.spacetime-dev/
|
|
target/
|