From cf32fb402dc8d50fe9645c3825ad89ecc21c1365 Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 15 Jun 2018 00:30:19 +0900 Subject: [PATCH] =?UTF-8?q?=EC=86=8C=EC=86=8C=ED=95=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + hook/hook.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a81d2a3..ce2c1b4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /hook/gogs_key.php /hook/logs.txt +/hook/list.json diff --git a/hook/hook.php b/hook/hook.php index 6eda360..fa8eca5 100644 --- a/hook/hook.php +++ b/hook/hook.php @@ -26,4 +26,4 @@ foreach ($raw_img_list as $path) { $img_list[] = $path; } -file_put_contents('list.json', json_encode($img_list,JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES | JSON_PRETTY_PRINT)); \ No newline at end of file +file_put_contents('list.json', json_encode($img_list, JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES | JSON_PRETTY_PRINT)); \ No newline at end of file