From e9e0b6874633e15bd5c8c51cea78322e7b866e59 Mon Sep 17 00:00:00 2001 From: Nora Date: Wed, 8 Jul 2026 03:31:15 -0600 Subject: [PATCH] chore: gitignore backend/.env.cyclone-edifabric The operator-supplied Edifabric API key file was untracked (and showed up in 'git status' as an untracked file). Add both the basename and the full path to .gitignore so the secret key never gets accidentally committed. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 2c1c7a0..2fa159d 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,10 @@ ingest/ .env .env.local .env.*.local +# Edifabric / EdiNation operator-supplied dev key (env file). +# Lives at backend/.env.cyclone-edifabric; source it in the shell. +.env.cyclone-edifabric +backend/.env.cyclone-edifabric # Production data (handled by ops, not committed) docs/prodfiles/*/