From 5e7afb7c22b702b3ab725d0a762e6f5b8119a9df Mon Sep 17 00:00:00 2001 From: yangys <y_ys79@sina.com> Date: 星期二, 09 四月 2024 21:45:24 +0800 Subject: [PATCH] 可以启动,websocket不报错 --- .gitignore | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index 624fc30..856d02e 100644 --- a/.gitignore +++ b/.gitignore @@ -73,4 +73,5 @@ .project # JDT-specific (Eclipse Java Development Tools) .classpath -MANIFEST.MF \ No newline at end of file +MANIFEST.MF +*.log \ No newline at end of file -- Gitblit v1.9.3