From 41e1bf5f66f3a99566ddc93d5019000f11826939 Mon Sep 17 00:00:00 2001 From: ruoshui <963087326@qq.com> Date: Thu, 1 Nov 2018 00:27:07 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=C3=A8=C2=99=E5=BF=BD?= =?UTF-8?q?=E7=95=A5=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a865d6c..2501afa 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,6 @@ thinkphp .env composer.lock -runtime/* \ No newline at end of file +runtime/* +.tags +.tags_sorted_by_file \ No newline at end of file -- Gitee From 89c6cc6a9e625287fd4ce9880dd226940da0f27a Mon Sep 17 00:00:00 2001 From: wangzhaobo <963087326@qq.com> Date: Thu, 1 Nov 2018 00:42:11 +0800 Subject: [PATCH 2/2] test --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2501afa..d44a047 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,4 @@ thinkphp composer.lock runtime/* .tags -.tags_sorted_by_file \ No newline at end of file +.tags_sorted_by_file -- Gitee