aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Move artifacts to ~/.claude-flow/ (outside repo)Clawd2026-02-281-1/+0
| | | | | | | | | - Store session artifacts in ~/.claude-flow/projects/{projectId}/sessions/{sessionId}/ - Artifacts no longer live in project directory - can't be accidentally committed - Remove .claude-flow/ from .gitignore (not needed anymore) - Update all IPC handlers and renderer to use projectId instead of projectPath - Update prompts to remove worktree references - Update README with new storage location
* Fix .gitignore: ignore dist/, .claude-flow/, and sync-conflict filesClawd2026-02-281-1/+3
| | | | Remove accidentally committed build artifacts and working files.
* Ignore .claude-flow/ working directoryClawd2026-02-281-1/+1
| | | | | These are transient artifacts (research.md, plan.md) generated during sessions, not source code worth tracking.
* initial commitEthan Mick2025-09-151-0/+3