From ec2073346e365af6a602ecd17a6917bb853db8e5 Mon Sep 17 00:00:00 2001 From: Gmer4Lfe Date: Mon, 1 Jun 2026 19:07:01 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20gitignore=20*.db=20at=20repo=20root=20?= =?UTF-8?q?=E2=80=94=20prevent=20git=20clean=20wiping=20runtime=20state=20?= =?UTF-8?q?files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5b8f3dc..c2d7878 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ State_Files/ # ── Plugin runtime state (per-host, never synced) ──────────────────────────── schedule.json docker_folders.json +*.db # ── Plugin config files (co-located with scripts on flash) ─────────────────── varaverk.cfg