Initial commit: YouTube Studio Flow (backend, frontend, infrastructure, docs)

This commit is contained in:
2026-08-11 12:27:44 +02:00
commit d5af006443
304 changed files with 74604 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
# Dependencies
node_modules/
# Build output
backend/dist/
frontend/.next/
frontend/tsconfig.tsbuildinfo
# Logs
*.log
# Secrets — keep only the .env.example templates tracked
.env
.env.local
.env.*.local
!.env.example
# Claude Code local overrides (machine-specific, not shared)
.claude/settings.local.json
# Obsidian local UI state (churns constantly, no value to other devices)
documentation/**/.obsidian/workspace.json
documentation/**/.obsidian/workspace-mobile.json
# Excluded per project decision: legacy exports / DB backup snapshots
Files/
data_backup/
# OS cruft
Thumbs.db
.DS_Store