From 0139225cc4505a152369c4a45d96bbe36c729eb0 Mon Sep 17 00:00:00 2001 From: kami Date: Mon, 22 Jun 2026 09:42:58 +0000 Subject: [PATCH] chore: drop stale .gitignore entry for the removed Kotlin TUI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit apps/tui (the pre-Go-rewrite Kotlin TUI) is already gone — not on disk, not tracked, and not in settings.gradle — so its runtime-logs ignore rule pointed at a path that no longer exists. The apps/tui mentions in docs/epics/epic-13* are left as historical record. Co-Authored-By: Claude Opus 4.8 --- .gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitignore b/.gitignore index b6b36370..a9896119 100644 --- a/.gitignore +++ b/.gitignore @@ -76,9 +76,6 @@ current.log # Go TUI build output apps/tui-go/bin/ -# TUI runtime logs (Kotlin TUI, pre-Go rewrite) -apps/tui/logs/ - # Server runtime logs apps/server/logs/