From 961066e958e3e13a7f6645d0c5e6f9717ac8613e Mon Sep 17 00:00:00 2001 From: ImanThiyanga Date: Thu, 9 Jul 2026 10:04:37 +0530 Subject: [PATCH] gitignore fix --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 53acf16..e4f2245 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # ── Secrets / local config ───────────────────────────────────────────── # Keep the base appsettings.json (no real secrets); ignore env-specific ones. - +**/appsettings.*.json +!**/appsettings.json .env .env.* !**/.env*.example