From 39199a1daa2d3faf4a874c57039bc771545a4ba7 Mon Sep 17 00:00:00 2001 From: gaofw189 <gaofw189@chinatelecom.cn> Date: 星期一, 13 二月 2023 10:37:00 +0800 Subject: [PATCH] 优化WVP作为下级平台查询设备录像列表上报缓慢问题 --- .gitignore | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d76c026..776ebe1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,22 +3,22 @@ # Log file *.log - +logs/* # BlueJ files *.ctxt # Mobile Tools for Java (J2ME) .mtj.tmp/ - +src/main/resources/application-*.yml # Package Files # -*.jar +#*.jar *.war *.nar *.ear *.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