Phase 8: TypeScript migration, i18n rewrite, Activity Tree, Projects API, Heartbeats

This commit is contained in:
Rose
2026-04-29 11:50:00 +02:00
parent c705fad626
commit 255914c9f1
43 changed files with 17948 additions and 6899 deletions

21
.gitignore vendored
View File

@@ -36,3 +36,24 @@ Thumbs.db
docs/*
!docs/ui-ux/
!docs/ui-ux/**
# Build outputs
dist/
graphify-out/
# Bootstrap logs
bootstrap-*.log
# Root index (dev entry point is static/index.html)
index.html
# Package lock
package-lock.json
# Root-level TypeScript config (but NOT static/*.ts source files)
*.ts
!static/*.ts
# Scripts and tools
scripts/
settings.json