From eaa9328bfe5225312b32e962d9c865bffa7d074e Mon Sep 17 00:00:00 2001 From: dong <1278815766@qq.com> Date: Thu, 10 Apr 2025 23:11:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index b43cbda..a449598 100644 --- a/.gitignore +++ b/.gitignore @@ -2,26 +2,18 @@ /.idea /.vs /.vscode -/Login/.idea -/Login/.vs -/KeyAuth-Service/.idea -/Admin-Keyauth/.vs -/Admin-Keyauth/.idea #环境变量 .env #构建删除 -/Server/Run/*.exe -/KeyAuth-Service/Run/*.exe +Run/*.exe # 忽略所有obj **/obj/** # 已构建程序不上传 *.exe -/Server/Run/*.exe -/KeyAuth-Service/Run/*.exe # IDEA Server/.idea