Initial commit: YouTube Studio Flow (backend, frontend, infrastructure, docs)
This commit is contained in:
+31
@@ -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
|
||||
Reference in New Issue
Block a user