From c23a52929641484ed0b4ca728630f6d74872da8b Mon Sep 17 00:00:00 2001 From: mk1990 <153958232@qq.com> Date: 星期一, 28 三月 2022 14:36:13 +0800 Subject: [PATCH] Merge branch 'wvp-28181-2.0' of https://github.91chi.fun/https://github.com/648540858/wvp-GB28181-pro into wvp-28181-2.0 --- .gitignore | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0c96aaf..21f4006 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,4 @@ /.idea/ /target/ +/src/main/resources/static/ -- Gitblit v1.8.0