From 5bd5da261732a1fce6a94ffa4d348dd6c80887cf Mon Sep 17 00:00:00 2001 From: Clawd Date: Sat, 28 Feb 2026 15:26:21 -0800 Subject: Fix .gitignore: ignore dist/, .claude-flow/, and sync-conflict files Remove accidentally committed build artifacts and working files. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 69652f9..737dd85 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ node_modules release -dist.claude-flow/ +dist +.claude-flow/ +*.sync-conflict-* -- cgit v1.2.3