- Add comprehensive projects feature documentation (docs/projects-feature.md) - Add testing guide and checklist (test_projects_feature.js) - Update .gitignore to exclude database files - Include Task 13 completion summary Documentation covers: - Feature overview and key capabilities - Project creation (manual and smart suggestions) - Session assignment (automatic and manual) - Project management (edit, delete, restore) - Complete API reference - Smart suggestions explanation - Troubleshooting and FAQ Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
19 lines
210 B
Plaintext
19 lines
210 B
Plaintext
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.env
|
|
.env.local
|
|
.DS_Store
|
|
*.log
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
server.log
|
|
nohup.out
|
|
.worktrees/
|
|
database.sqlite
|
|
database.sqlite-shm
|
|
database.sqlite-wal
|