From 27a2394115286ed3fce465943d6c8f95cf088769 Mon Sep 17 00:00:00 2001 From: Lawrence <1934378145@qq.com> Date: 星期一, 19 十月 2020 20:30:59 +0800 Subject: [PATCH] 修正启动提示错误(UDP误为TCP) --- .gitignore | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index a1c2a23..d76c026 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,8 @@ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* +/.idea/* +/target/* +/.idea/ +/target/ + -- Gitblit v1.8.0