From 7fcc879d0bf40b3b25cc08fedd95fce730f3077b Mon Sep 17 00:00:00 2001 From: Tsuzura Date: Thu, 30 Jul 2026 20:14:53 -0400 Subject: [PATCH] gitignore: exclude .local_gitignore It's set as core.excludesFile and shouldn't be tracked in the repo itself. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2b29380..6b798e8 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ # ── Editor ──────────────────────────────────────────────────────────────────── # VSCodium/VSCode .vscode/ +.local_gitignore # ── Backup / temp files ─────────────────────────────────────────────────────── *.bak