Phase 8: TypeScript migration, i18n rewrite, Activity Tree, Projects API, Heartbeats
This commit is contained in:
21
.gitignore
vendored
21
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user