From a16b4f71ec5a4d3d526c9c35a1e1f7843a49e921 Mon Sep 17 00:00:00 2001 From: hotcoffie <35990065+hotcoffie@users.noreply.github.com> Date: 星期三, 01 十二月 2021 20:35:16 +0800 Subject: [PATCH] Merge branch 'wvp-28181-2.0' into wvp-28181-2.0 --- .gitignore | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d76c026..51ebf9e 100644 --- a/.gitignore +++ b/.gitignore @@ -9,16 +9,16 @@ # 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,4 @@ /.idea/ /target/ +/src/main/resources/static/ -- Gitblit v1.8.0