From 946f257388c4d40c5ef1e0c6971f03820df13488 Mon Sep 17 00:00:00 2001 From: zhaoxiaohao <279049017@qq.com> Date: Fri, 25 Sep 2020 10:41:06 +0800 Subject: [PATCH] 添加获取 验证码的功能 --- .gitignore | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 5c43452..2af840c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,3 @@ -.idea/compiler.xml -.idea/compiler.xml -.idea/workspace.xml HELP.md /target/ !.mvn/wrapper/maven-wrapper.jar @@ -29,4 +26,7 @@ /build/ ### VS Code ### -.vscode/ \ No newline at end of file +.vscode/ +/kidgrow-web/kidgrow-web-manager/src/main/resources/static/package-lock.json +/kidgrow-web/kidgrow-web-manager/src/main/resources/static.zip +/git -- Gitblit v1.8.0