From aa71a33c382a0b5aaf679776e312c5afb1be2269 Mon Sep 17 00:00:00 2001 From: Lyon1994 <Lyon1994@users.noreply.github.com> Date: 星期一, 26 十二月 2022 11:36:31 +0800 Subject: [PATCH] [ fix bug ] 修复分屏播放无效的问题,这是一个json解析错误 --- .gitignore | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0c96aaf..776ebe1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,13 +3,13 @@ # Log file *.log - +logs/* # BlueJ files *.ctxt # Mobile Tools for Java (J2ME) .mtj.tmp/ - +src/main/resources/application-*.yml # Package Files # #*.jar *.war @@ -18,7 +18,7 @@ *.zip *.tar.gz *.rar - +*.iml # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* /.idea/* @@ -26,3 +26,5 @@ /.idea/ /target/ +/src/main/resources/static/ +certificates -- Gitblit v1.8.0