32 lines
600 B
Plaintext
32 lines
600 B
Plaintext
# 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
|