chore: update gitignore to exclude opencode and swarm files
Add patterns for .opencode/, .swarm/, and SWARM_PLAN.* to gitignore. Remove tracked flask_session binary file.
This commit is contained in:
+5
-1
@@ -136,4 +136,8 @@ Thumbs.db
|
|||||||
# Project specific
|
# Project specific
|
||||||
|
|
||||||
*.db
|
*.db
|
||||||
flask_session/
|
|
||||||
|
# Opencode files and folders
|
||||||
|
.opencode/
|
||||||
|
.swarm/
|
||||||
|
SWARM_PLAN.*
|
||||||
Binary file not shown.
Reference in New Issue
Block a user