From a010b0c352603f0aff824bcf6b8648435bcedae8 Mon Sep 17 00:00:00 2001 From: Patedam Date: Mon, 2 Mar 2026 22:56:13 -0500 Subject: [PATCH] Added AgentTasks into git ignore we will use it to store current tasks so we can createnew contexts chat when its too big --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 7a445ba..a5c6fe7 100644 --- a/.gitignore +++ b/.gitignore @@ -90,3 +90,6 @@ external/* # Frontend **/node_modules/ **/frontend/dist/ + +# Agent Tasks +Provider/AgentTasks/