From 41f4b41ccd8c6acb7c43f9abc209c45e0abc1fbc Mon Sep 17 00:00:00 2001 From: heblasco Date: Mon, 23 Sep 2024 10:41:23 +0200 Subject: [PATCH] Refactor .gitignore to exclude specific appsettings.json files --- .gitignore | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 8a38a17..12228ae 100644 --- a/.gitignore +++ b/.gitignore @@ -422,9 +422,4 @@ local.settings.json **/.aihub # appsettings.json -appsettings.*.json -!appsettings.json -!appsettings.Development.json -!appsettings.Production.json -!appsettings.Staging.json -!appsettings.Test.json +appsettings.*.json \ No newline at end of file