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