From 384748feeb411655db930e8a4c7ea5a619c73c00 Mon Sep 17 00:00:00 2001 From: null Date: Mon, 6 Jul 2026 09:31:25 -0500 Subject: [PATCH] chore(gitignore): ignore QA_DB_SETUP.md (sensitive info) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4c4446e..6aa37ea 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ mobile/ # LIVE production DB copy for SimpleFIN testing — REAL financial data + secrets. # NEVER commit. Whole dir is ignored. tests/Site-BKUP-Test/ +docs/QA_DB_SETUP.md