From c8292b3de41add07e3460d8d287d5b364183f3f0 Mon Sep 17 00:00:00 2001 From: rnavyaprabha Date: Fri, 10 Apr 2026 09:58:33 -0400 Subject: [PATCH] chore: update .gitignore to include local runtime secrets and migration directories --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index a45bb5e..2af31ee 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,9 @@ _build /test-results/ /playwright-report/ .playwright-mcp/ + +# Local runtime secrets (never commit) +settings.json + +# Local migration/reference repos (not part of app deploy) +.gitmodules