From 984098abcea78bd603520c12eb5f1ce8c92d5b81 Mon Sep 17 00:00:00 2001 From: phanes <5411232+phanes@user.noreply.gitee.com> Date: 星期二, 16 十一月 2021 20:47:26 +0800 Subject: [PATCH] fix: 修复返回参数的数据类型错误的问题 --- .gitignore | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fd446f4..4fbb2fe 100644 --- a/.gitignore +++ b/.gitignore @@ -29,7 +29,6 @@ nbproject/private/ build/* nbbuild/ -dist/ nbdist/ .nb-gradle/ @@ -37,7 +36,8 @@ # Others *.log *.xml.versionsBackup +*.swp !*/build/*.java !*/build/*.html -!*/build/*.xml \ No newline at end of file +!*/build/*.xml -- Gitblit v1.9.3