From e368ea937a5025c4a38972d1cac7610d2db7d00c Mon Sep 17 00:00:00 2001 From: Liangwq <532504522@qq.com> Date: Thu, 21 May 2026 17:53:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0.gitignore=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8023933..f39ba3b 100644 --- a/.gitignore +++ b/.gitignore @@ -30,4 +30,8 @@ Thumbs.db # 测试相关 TestResults/ -*.coverage \ No newline at end of file +*.coverage + +#配置文件 +appsettings.json +appsettings.Development.json \ No newline at end of file