Skip to content

Commit af60aae

Browse files
committed
Add Claude Flow directories and temp files to .gitignore
Exclude .claude-flow/, .swarm/ directories and temporary test/analysis files from version control to keep the repository clean.
1 parent a40cfd9 commit af60aae

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,12 @@ server/src/main/resources/transport/defined/manifest.txt
7373

7474
# JEnv
7575
.java-version
76+
77+
# Claude Flow and Swarm directories
78+
.claude-flow/
79+
.swarm/
80+
81+
# Temporary test files
82+
test-*.java
83+
bug-*.json
84+
*-bug-analysis.md

0 commit comments

Comments
 (0)