From 64f3e6628ee4119733d67fcb074e6adb6e12e0c4 Mon Sep 17 00:00:00 2001 From: Keysat Date: Wed, 17 Jun 2026 09:23:31 -0500 Subject: [PATCH] Ignore the server-minted install-id file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In local dev the server writes its per-install UUID to the repo root (on the box it lives at /data/install-id), so it kept showing up as untracked. It's machine-local runtime identity — never commit it. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 48527d4..33ccbd0 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,9 @@ image.tar # Runtime / user data — must never be committed history/ +# Per-install identity (UUID) the server mints on first boot. On the box it +# lives at /data/install-id; in local dev the server writes it to the repo root. +/install-id cookies.txt *.txt.bak youtube-summarizer-library-export*.json