From 621d67e89e30fb72b53353558f20949e91615569 Mon Sep 17 00:00:00 2001 From: rootiest Date: Wed, 10 Jun 2026 21:20:54 -0400 Subject: [PATCH] chore(logging): add .logging_disabled sentinel to .gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 44f8e03..3e9e5d0 100644 --- a/.gitignore +++ b/.gitignore @@ -62,6 +62,11 @@ opinionated_catalog.md docs/superpowers +# ──────────────────── Runtime State Files ─────────────────── +# Sentinel file written/removed at runtime to coordinate logging state +# across the fish config and the Kitty Python watcher. Never committed. +.logging_disabled + # ──────────────── Fisher-Managed Plugin Files ─────────────── # Fisher writes these into the repo directory on install/update. # They are owned by Fisher — do not commit them.