From cfd6b547319903b7bdd38ad4fd01d31cb1628827 Mon Sep 17 00:00:00 2001 From: type-two Date: Fri, 3 Jul 2026 14:16:09 +1000 Subject: [PATCH] chore(security): gitignore live-site MariaDB dumps (customer/order PII) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit site-update.sql is a full live-site export consumed locally for the 3D-store racks/editor data work — never commit (same PII class as the purged distro dumps). Co-Authored-By: Claude Fable 5 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index ba4cc6f..b760a93 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,7 @@ ingest_raw/ rarw*.txt inertia.txt *.xlsx +# live-site MariaDB dumps for 3D-store/editor data work — full site export, carries customer/ +# order PII. Local-only; another lane consumes it for robotmonster.party/store racks + editor. +site-update.sql +*-dump.sql