From b4cf4c7bdc397d1e4a31ede6388b83e4216ff337 Mon Sep 17 00:00:00 2001 From: Paul Payne Date: Tue, 27 May 2025 17:21:23 -0700 Subject: [PATCH] Update .gitignore: simplify patterns for secrets and config environment files --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 30899a5..e10bd12 100644 --- a/.gitignore +++ b/.gitignore @@ -10,5 +10,5 @@ CLAUDE.md **/.claude/settings.local.json # Sovereign Cloud -apps/**/config/secrets.env -apps/**/config/config.env +**/config/secrets.env +**/config/config.env