From b1d4123d29fa1b25abb554da38f062d8c4e93170 Mon Sep 17 00:00:00 2001 From: 随波 <davieyoung@163.com> Date: 星期一, 28 二月 2022 23:34:20 +0800 Subject: [PATCH] update sql/mysql.sql. 修改拉流代理缺少“名称”字段问题 --- .gitignore | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0c96aaf..51ebf9e 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ # 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