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