From ca589a5b0b675875b519a2c5bf1b9bf771c9223f Mon Sep 17 00:00:00 2001 From: Liangwq <532504522@qq.com> Date: Thu, 21 May 2026 17:41:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index 7670c3a..8023933 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,10 @@ -# Rider / IDE 缓存 +# Rider / VS 缓存 .idea/ +.vs/ *.suo *.user *.userosscache *.sln.docstates -.vs/ # 编译输出 [Bb]in/ @@ -17,12 +17,10 @@ artifacts/ # 日志 *.log -*.log.* logs/ # 包目录 packages/ -node_modules/ # 操作系统文件 .DS_Store @@ -30,21 +28,6 @@ Thumbs.db *.tmp *.temp -# 发布/发布文件 -*.pubxml -*.publishproj - # 测试相关 TestResults/ -*.coverage - -# 数据库 -*.mdf -*.ldf -*.db -*.sqlite - -# 环境变量 -.env -.env.* -!.env.example \ No newline at end of file +*.coverage \ No newline at end of file