From bdddf5287391e28ae5af22e42a8e0b9688e900d3 Mon Sep 17 00:00:00 2001 From: Kjell Tore Guttormsen Date: Fri, 1 May 2026 20:18:22 +0200 Subject: [PATCH] chore(ultraplan-local): gitignore *.local.json for session-state files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Brief assumed *.local.* covered .session-state.local.json — only *.local.md existed. Adding *.local.json before any state file can be created. Step 1 of /ultracontinue v3.3.0 (project 2026-05-01-ultracontinue). --- plugins/ultraplan-local/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/ultraplan-local/.gitignore b/plugins/ultraplan-local/.gitignore index 8570495..1227727 100644 --- a/plugins/ultraplan-local/.gitignore +++ b/plugins/ultraplan-local/.gitignore @@ -12,6 +12,7 @@ Desktop.ini # Local configuration / session files *.local.md +*.local.json REMEMBER.md TODO.md ROADMAP.md