Files
budget-app/.gitignore
Christian Hood 9c3331090e Chore: task groomer — add 4 new backlog tasks
Gap analysis identified missing test coverage for actuals/expense-categories
routes, and no implementation for savings_goals (schema exists) or expense
category management UI in Settings. Four tasks created in td to address these
gaps: td-61fdb0, td-c04994, td-55695f, td-a94ef7.

Also commit pre-existing .gitignore and settings.local.json changes.

Nightshift-Task: task-groomer
Nightshift-Ref: https://github.com/marcus/nightshift
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-20 02:16:32 -04:00

46 lines
469 B
Plaintext

# td / sidecar
.todos/
.sidecar/
.sidecar-agent
.sidecar-task
.sidecar-pr
.sidecar-start.sh
.sidecar-base
.td-root
# Dependencies
node_modules/
# Build output
dist/
build/
.vite/
# Environment
.env
.env.local
.env.*.local
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# OS
.DS_Store
Thumbs.db
# Editor
.vscode/
.idea/
*.swp
*.swo
# Coverage
coverage/
# Nightshift plan artifacts (keep out of version control)
.nightshift-plan